blender/intern/guardedalloc/intern
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
..
Makefile Initial revision 2002-10-12 11:37:38 +00:00
mallocn.c Added support for threadsafe MEM_mallocN/MEM_freeN in the guardedalloc 2006-09-06 19:13:23 +00:00