blender/intern/guardedalloc
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
..
intern More debug goodies: 2006-11-27 13:59:55 +00:00
make Update to the VC7 projectfiles. 2006-04-17 20:05:39 +00:00
test Updated mallocn.c MEM_check_memory_integrity was casting 2006-03-23 17:45:40 +00:00
CMakeLists.txt CMake lists initial submission. Documentationand further verification for different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on. 2006-11-17 02:27:12 +00:00
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
MEM_guardedalloc.h More debug goodies: 2006-11-27 13:59:55 +00:00
SConscript ==SCons== 2006-02-07 21:24:36 +00:00