blender/intern/guardedalloc
Brecht Van Lommel d2da3af073 Fix T54287: memory not freed after rendering on Linux.
With new jemalloc versions memory allocated by threads that then become
inactive is not longer automatically freed. Instead we have to enable a
background thread to do it.

Some testing is needed to find out of this is sufficient, because the
background thread only runs periodically.
2018-10-03 12:09:31 +02:00
..
cpp
intern Fix T54287: memory not freed after rendering on Linux. 2018-10-03 12:09:31 +02:00
test/simpletest Memory allocator: Clarify consistency check function 2018-03-20 16:51:33 +01:00
CMakeLists.txt Fix T54287: memory not freed after rendering on Linux. 2018-10-03 12:09:31 +02:00
MEM_guardedalloc.h Memory allocator: Clarify consistency check function 2018-03-20 16:51:33 +01:00
mmap_win.h * Fix Windows compiler errors after recent Lock-free memory allocator commit. 2013-10-10 16:11:57 +00:00