server-skynet-source-3rd-je.../include/jemalloc
Jason Evans 7ad54c1c30 Fix chunk allocation/deallocation bugs.
Fix chunk_alloc_dss() to zero memory when requested.

Fix chunk_dealloc() to avoid chunk_dealloc_mmap() for dss-allocated
memory.

Fix huge_palloc() to always junk fill when requested.

Improve chunk_recycle() to report that memory is zeroed as a side effect
of pages_purge().
2012-04-21 16:04:51 -07:00
..
internal Fix chunk allocation/deallocation bugs. 2012-04-21 16:04:51 -07:00
jemalloc_defs.h.in Add a pages_purge function to wrap madvise(JEMALLOC_MADV_PURGE) calls 2012-04-18 18:57:48 -07:00
jemalloc.h.in Revert "Use ffsl() in ALLOCM_ALIGN()." 2012-04-04 15:24:01 -07:00