server-skynet-source-3rd-je.../test
Jason Evans d81e4bdd5c Implement malloc_vsnprintf().
Implement malloc_vsnprintf() (a subset of vsnprintf(3)) as well as
several other printing functions based on it, so that formatted printing
can be relied upon without concern for inducing a dependency on floating
point runtime support.  Replace malloc_write() calls with
malloc_*printf() where doing so simplifies the code.

Add name mangling for library-private symbols in the data and BSS
sections.  Adjust CONF_HANDLE_*() macros in malloc_conf_init() to expose
all opt_* variable use to cpp so that proper mangling occurs.
2012-03-07 16:19:19 -08: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