server-skynet-source-3rd-je.../src
Jason Evans 4bb0983013 Use glibc allocator hooks.
When jemalloc is used as a libc malloc replacement (i.e. not prefixed),
some particular setups may end up inconsistently calling malloc from
libc and free from jemalloc, or the other way around.

glibc provides hooks to make its functions use alternative
implementations.  Use them.

Submitted by Karl Tomlinson and Mike Hommey.
2012-02-29 10:37:27 -08:00
..
arena.c Remove unused variable in arena_run_split(). 2012-02-28 21:11:03 -08:00
atomic.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
base.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
bitmap.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk_dss.c Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
chunk_mmap.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
chunk.c Remove the swap feature. 2012-02-13 10:56:17 -08:00
ckh.c Remove magic. 2012-02-13 10:24:43 -08:00
ctl.c Remove the sysv option. 2012-02-28 20:31:37 -08:00
extent.c Reduce cpp conditional logic complexity. 2012-02-10 20:22:09 -08:00
hash.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
huge.c Remove the swap feature. 2012-02-13 10:56:17 -08:00
jemalloc.c Use glibc allocator hooks. 2012-02-29 10:37:27 -08:00
mb.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mutex.c Use glibc allocator hooks. 2012-02-29 10:37:27 -08:00
prof.c Remove the opt.lg_prof_bt_max option. 2012-02-13 18:41:36 -08:00
rtree.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
stats.c Remove unused variables in stats_print(). 2012-02-28 21:13:12 -08:00
tcache.c Simplify small size class infrastructure. 2012-02-28 16:50:47 -08:00
zone.c Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00