blender/intern/guardedalloc
Sergey Sharybin 49bc310671 Move guarded objetc allocation to a guardedalloc header
Also made libmv-capi use guarded objetc allocation.
Run into some suspecious cases when it was not so
clear whether memory is being freed or not.

Now we'll know for sure whether there're leaks or not :)

Having this macros in a guardedalloc header helps
using them in other areas (for now it's OCIO and libmv,
but in the future it'll be more places).
2013-10-09 08:46:02 +00:00
..
cpp code cleanup: some warnings and formatting for PyMethodDef's in the BGE. 2012-11-10 05:42:50 +00:00
intern reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple. 2013-09-03 04:39:12 +00:00
test/simpletest Added a brie instruction how to build simple memtest 2013-09-05 16:32:44 +00:00
CMakeLists.txt add GPL header to treehash.c and add missing includes to cmake. 2013-08-24 03:17:28 +00:00
MEM_guardedalloc.h Move guarded objetc allocation to a guardedalloc header 2013-10-09 08:46:02 +00:00
mmap_win.h Mingw/Windows Compiling Fix 2013-09-01 05:12:36 +00:00
SConscript Speedup for guarded allocator 2013-08-19 10:51:40 +00:00