|
From: Tom H. <th...@cy...> - 2004-03-14 13:03:54
|
In message <799...@lo...>
Tom Hughes <th...@cy...> wrote:
> The actual malloc in glibc appears to be capable of any reasonable
> alignment, but the default is 8 byte.
Correction - it defaults to "2 * sizeof(size_t)" which will only
be eight on a 32 bit platform - on amd64 and ia64 it will be sixteen.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|