blender/intern/guardedalloc/intern
Ton Roosendaal 4d58808512 MEM_alloc allocated in units of 8 for 32 bits systems, and units of 4 for
64 bits systems... weird bug. :)
It now only does a unit-of-4 check, for all systems. This will work fine,
since the malloc code will return aligned anyway, and the guarded alloc
system only stores ints in the headers. Also, the sizeof() call will
correctly do padding, so there's no risk of allocating too small blocks.
2005-08-21 10:05:50 +00:00
..
Makefile Initial revision 2002-10-12 11:37:38 +00:00
mallocn.c MEM_alloc allocated in units of 8 for 32 bits systems, and units of 4 for 2005-08-21 10:05:50 +00:00