blender/intern/guardedalloc
Brecht Van Lommel 183ba284f2 Cleanup: make guarded memory allocation always thread safe
Previously this would be enabled when threads were used, but threads are now
basically always in use so there is no point. Further, this is only needed for
guarded allocation with --debug-memory which is not performance critical.
2020-05-20 01:03:05 +02:00
..
cpp
intern
test/simpletest
CMakeLists.txt
MEM_guardedalloc.h
mmap_win.h