server-skynet-source-3rd-je.../src
Jason Evans 3823effe12 Remove --enable-ivsalloc.
Continue to use ivsalloc() when --enable-debug is specified (and add
assertions to guard against 0 size), but stop providing a documented
explicit semantics-changing band-aid to dodge undefined behavior in
sallocx() and malloc_usable_size().  ivsalloc() remains compiled in,
unlike when #211 restored --enable-ivsalloc, and if
JEMALLOC_FORCE_IVSALLOC is defined during compilation, sallocx() and
malloc_usable_size() will still use ivsalloc().

This partially resolves #580.
2017-04-21 14:34:35 -07:00
..
arena.c Remove --disable-tcache. 2017-04-21 10:06:12 -07:00
base.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
bitmap.c Revert "Remove BITMAP_USE_TREE." 2017-04-18 19:01:04 -07:00
ckh.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
ctl.c Remove --disable-tls. 2017-04-21 11:12:29 -07:00
extent_dss.c Header refactoring: unify spin.h and move it out of the catch-all. 2017-04-18 18:35:03 -07:00
extent_mmap.c Trim before commit in extent_recycle(). 2017-04-19 21:05:12 -07:00
extent.c Trim before commit in extent_recycle(). 2017-04-19 21:05:12 -07:00
hash.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
hooks.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
jemalloc_cpp.cpp Move CPP_PROLOGUE and CPP_EPILOGUE to the .cpp 2017-04-18 18:35:03 -07:00
jemalloc.c Remove --enable-ivsalloc. 2017-04-21 14:34:35 -07:00
large.c Bypass extent tracking for auto arenas. 2017-04-21 00:29:18 -07:00
malloc_io.c Header refactoring: move util.h out of the catchall 2017-04-18 18:35:03 -07:00
mutex.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
nstime.c Header refactoring: unify nstime.h and move it out of the catch-all 2017-04-18 18:35:03 -07:00
pages.c Use openat syscall if available 2017-04-21 10:58:42 -07:00
prng.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
prof.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
rtree.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
spin.c Header refactoring: unify spin.h and move it out of the catch-all. 2017-04-18 18:35:03 -07:00
stats.c Remove --disable-tls. 2017-04-21 11:12:29 -07:00
tcache.c Remove --disable-tcache. 2017-04-21 10:06:12 -07:00
ticker.c Header refactoring: Split up jemalloc_internal.h 2017-04-11 11:52:30 -07:00
tsd.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
witness.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00
zone.c Header refactoring: move assert.h out of the catch-all 2017-04-18 18:35:03 -07:00