forked from bartvdbraak/blender
6d540b6333
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. |
||
---|---|---|
.. | ||
intern | ||
make | ||
test | ||
CMakeLists.txt | ||
Makefile | ||
MEM_guardedalloc.h | ||
SConscript |