blender/intern/guardedalloc/intern
Sergey Sharybin 4f6dd555b7 Fix for wrong implementation of mmap in lock-free allocator
- Freeing was not using proper block length
- Duplicating memory block was not aware of
  mmaped blocks.
2013-10-20 00:12:54 +00:00
..
mallocn_guarded_impl.c Lock-free memory allocator 2013-10-10 11:58:01 +00:00
mallocn_intern.h Fix FreeBSD build with recent malloc changes, patch by Shane Ambler. 2013-10-11 14:41:00 +00:00
mallocn_lockfree_impl.c Fix for wrong implementation of mmap in lock-free allocator 2013-10-20 00:12:54 +00:00
mallocn.c Lock-free memory allocator 2013-10-10 11:58:01 +00:00
mmap_win.c Mingw/Windows Compiling Fix 2013-09-01 05:12:36 +00:00