server-skynet-source-3rd-je.../jemalloc/test
Jason Evans e73397062a Replace JEMALLOC_OPTIONS with MALLOC_CONF.
Replace the single-character run-time flags with key/value pairs, which
can be set via the malloc_conf global, /etc/malloc.conf, and the
MALLOC_CONF environment variable.

Replace the JEMALLOC_PROF_PREFIX environment variable with the
"opt.prof_prefix" option.

Replace umax2s() with u2s().
2010-10-23 18:37:06 -07:00
..
allocated.c Add per thread allocation counters, and enhance heap sampling. 2010-10-20 17:39:18 -07:00
allocated.exp Add per thread allocation counters, and enhance heap sampling. 2010-10-20 17:39:18 -07:00
allocm.c Fix tests build when --with-install-suffix is set. 2010-10-07 09:53:26 -07:00
allocm.exp Add {,r,s,d}allocm(). 2010-09-17 15:46:18 -07:00
jemalloc_test.h.in Fix tests build when --with-install-suffix is set. 2010-10-07 09:53:26 -07:00
posix_memalign.c Fix tests build when --with-install-suffix is set. 2010-10-07 09:53:26 -07:00
posix_memalign.exp Fix porting regressions. 2010-09-11 23:38:12 -07:00
rallocm.c Replace JEMALLOC_OPTIONS with MALLOC_CONF. 2010-10-23 18:37:06 -07:00
rallocm.exp Add {,r,s,d}allocm(). 2010-09-17 15:46:18 -07:00
thread_arena.c Fix tests build when --with-install-suffix is set. 2010-10-07 09:53:26 -07:00
thread_arena.exp Add the thread.arena mallctl. 2010-08-13 17:36:00 -07:00