blender/intern/guardedalloc/intern
Ton Roosendaal 6d540b6333 More debug goodies:
WINDOWS CRASH EMULATION!

If you use the -d (debug) argument for starting blender, it will now:

- set all freed memory to 0xFFFFFFFF
- set all malloced memory to 0xFFFFFFFF

The first option will give nice crashers when you read from freed memory.
The second option is for OSX especially, it has the nasty habit to give
zeroed mallocs.
2006-11-27 13:59:55 +00:00
..
Makefile Initial revision 2002-10-12 11:37:38 +00:00
mallocn.c More debug goodies: 2006-11-27 13:59:55 +00:00