MLton segfault on Linux!

Stephen Weeks MLton@sourcelight.com
Tue, 22 May 2001 14:42:05 -0700 (PDT)


> And I'm wondering - just below allocArrayNoPointers, there's
> a very similar function allocArrayPointers. I see that the
> only change to allocArrayNoPointers is that  || 0 == bytesPerElt
> is now added. But this is not in the allocArrayPointers
> function. So maybe the same should be modified in
> allocArrayPointers?

No, because the size of a pointer is known to be nonzero -- it is 4 bytes.