mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-15 07:01:42 +03:00
Add the --with-mangling configure option, which can be used to specify name mangling on a per public symbol basis that takes precedence over --with-jemalloc-prefix. Expose the memalign() and valloc() overrides even if --with-jemalloc-prefix is specified. This change does no real harm, and simplifies the code. |
||
|---|---|---|
| .. | ||
| 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 | ||