
19 Jan
2005
19 Jan
'05
9:54 p.m.
Pavel Vozenilek wrote:
Memory returned by malloc/realloc/calloc is always aligned to fit any data type.
Peter Dimov wrote:
The memory allocated by malloc and ::operator new is always properly aligned for any type (sometimes excluding nonstandard types such as __m128).
Ok, thanks, thats good to know. -Jason