blender/intern/guardedalloc/intern
Chris Want b44ba190d2 Fix for bug #3414 provided by Lewis Saunders.
It appears that removing the 'int level' field from the
MemHead struct caused alignment issues for gcc builds of blender
on Irix (zr, who removed this field, commented that this problem
might occur, and sure enough it did happen). I've renamed the
field from 'level' to 'pad' to reflect that it has no meaning
beyond addressing alignment issues.
2005-11-17 14:48:11 +00:00
..
Makefile Initial revision 2002-10-12 11:37:38 +00:00
mallocn.c Fix for bug #3414 provided by Lewis Saunders. 2005-11-17 14:48:11 +00:00