mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
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. |
||
|---|---|---|
| .. | ||
| allocated.c | ||
| allocated.exp | ||
| allocm.c | ||
| allocm.exp | ||
| bitmap.c | ||
| bitmap.exp | ||
| jemalloc_test.h.in | ||
| mremap.c | ||
| mremap.exp | ||
| posix_memalign.c | ||
| posix_memalign.exp | ||
| rallocm.c | ||
| rallocm.exp | ||
| thread_arena.c | ||
| thread_arena.exp | ||