blender/intern/guardedalloc
Sergey Sharybin 3337887fd1 Debug option for guarded allocation: store name of original datablock
when using MEM_dupallocN. This helps figuring out issues with non-freed
dup_alloc blocks,

Simply enable DEBUG_MEMDUPLINAME in mallocn.c file.
2012-07-24 15:17:03 +00:00
..
cpp code cleanup: compile with clang and quiet some warnings. 2012-06-28 12:32:06 +00:00
intern Debug option for guarded allocation: store name of original datablock 2012-07-24 15:17:03 +00:00
test/simpletest style cleanup (mostly whitespace) 2012-02-27 10:35:39 +00:00
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
MEM_guardedalloc.h header comment cleanup, explain whats the difference between confusingly named drarnode.c and node_draw.c. 2012-07-14 15:29:45 +00:00
MEM_sys_types.h First MinGW-w64 support for cmake has been added. To test I recommend this build: 2012-04-23 20:09:59 +00:00
mmap_win.h unify include guard defines, __$FILENAME__ 2012-02-17 18:59:41 +00:00
SConscript Enable CXX_GUARDEDALLOC support through SCons. 2010-10-08 20:39:56 +00:00