blender/intern/guardedalloc/intern
Sergey Sharybin 6298632bfa Guardedalloc: Don't use aligned blocks to calculate memory sloppyness
Aligned memory is allocated with memalign() and malloc_usable_size() can't be
used to measure this block.
2015-04-20 19:23:25 +05:00
..
mallocn_guarded_impl.c Guardedalloc: Don't use aligned blocks to calculate memory sloppyness 2015-04-20 19:23:25 +05:00
mallocn_intern.h Fix inconsistent types in guardealloc 2014-10-14 16:11:20 +02:00
mallocn_lockfree_impl.c Guardedalloc: Reset peak memory should set peak to currently allocated memory 2015-02-19 13:14:06 +05:00
mallocn.c Guardedalloc: Add extra logging and checks in MEM_freeN() 2015-02-19 01:58:49 +05:00
mmap_win.c Memory allocation: do not use mmap for memory allocation on 64 bit. 2014-01-23 01:13:46 +01:00