blender/intern/guardedalloc
Brecht Van Lommel e7d6537f1c Added support for threadsafe MEM_mallocN/MEM_freeN in the guardedalloc
module itself, replacing the special MEM_mallocT/MEM_freeT functions.
Mutex locking is only enabled when threads are running.

There was no good reason to have these separate, it just led to ugly
hacks when calling functions with non-threadsafe malloc from threads.
2006-09-06 19:13:23 +00:00
..
intern Added support for threadsafe MEM_mallocN/MEM_freeN in the guardedalloc 2006-09-06 19:13:23 +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
Makefile - Revert to NaN makefiles 2004-01-05 00:06:11 +00:00
MEM_guardedalloc.h Added support for threadsafe MEM_mallocN/MEM_freeN in the guardedalloc 2006-09-06 19:13:23 +00:00
SConscript ==SCons== 2006-02-07 21:24:36 +00:00