blender/intern/guardedalloc
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
..
intern MEM_alloc allocated in units of 8 for 32 bits systems, and units of 4 for 2005-08-21 10:05:50 +00:00
make _.NET projectfiles update_ 2005-08-02 13:44:49 +00:00
test Yes I did it again ;) 2002-11-25 09:53:07 +00:00
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
MEM_guardedalloc.h - got fed up with not being able to put a breakpoint on MEM_ 2005-07-22 16:40:26 +00:00
SConscript updates to the OS X build system : 2005-08-04 16:05:28 +00:00