server-skynet-source-3rd-je.../test
Jason Evans f004737267 Revert "Avoid NULL check in free() and malloc_usable_size()."
This reverts commit 96d4120ac0.

ivsalloc() depends on chunks_rtree being initialized.  This can be
worked around via a NULL pointer check.  However,
thread_allocated_tsd_get() also depends on initialization having
occurred, and there is no way to guard its call in free() that is
cheaper than checking whether ptr is NULL.
2012-04-02 15:18:24 -07:00
..
aligned_alloc.c Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00
aligned_alloc.exp Implement aligned_alloc(). 2012-03-13 12:55:21 -07:00
allocated.c Add --with-mangling. 2012-03-01 17:19:20 -08:00
allocated.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
allocm.c Implement malloc_vsnprintf(). 2012-03-07 16:19:19 -08:00
allocm.exp 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
bitmap.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
jemalloc_test.h.in Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
mremap.c Add --with-mangling. 2012-03-01 17:19:20 -08:00
mremap.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
posix_memalign.c Implement malloc_vsnprintf(). 2012-03-07 16:19:19 -08:00
posix_memalign.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
rallocm.c Add --with-mangling. 2012-03-01 17:19:20 -08:00
rallocm.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
thread_arena.c Add --with-mangling. 2012-03-01 17:19:20 -08:00
thread_arena.exp Move repo contents in jemalloc/ to top level. 2011-03-31 20:36:17 -07:00
thread_tcache_enabled.c Add the "thread.tcache.enabled" mallctl. 2012-03-26 19:02:49 -07:00
thread_tcache_enabled.exp Add the "thread.tcache.enabled" mallctl. 2012-03-26 19:02:49 -07:00