1 /*
2  * Name mangling for public symbols is controlled by --with-mangling and
3  * --with-jemalloc-prefix.  With default settings the je_ prefix is stripped by
4  * these macro definitions.
5  */
6 #ifndef JEMALLOC_NO_RENAME
7 #  define je_aligned_alloc je_aligned_alloc
8 #  define je_calloc je_calloc
9 #  define je_dallocx je_dallocx
10 #  define je_free je_free
11 #  define je_mallctl je_mallctl
12 #  define je_mallctlbymib je_mallctlbymib
13 #  define je_mallctlnametomib je_mallctlnametomib
14 #  define je_malloc je_malloc
15 #  define je_malloc_conf je_malloc_conf
16 #  define je_malloc_message je_malloc_message
17 #  define je_malloc_stats_print je_malloc_stats_print
18 #  define je_malloc_usable_size je_malloc_usable_size
19 #  define je_mallocx je_mallocx
20 #  define je_smallocx_0000000000000000000000000000000000000000 je_smallocx_0000000000000000000000000000000000000000
21 #  define je_nallocx je_nallocx
22 #  define je_posix_memalign je_posix_memalign
23 #  define je_rallocx je_rallocx
24 #  define je_realloc je_realloc
25 #  define je_sallocx je_sallocx
26 #  define je_sdallocx je_sdallocx
27 #  define je_xallocx je_xallocx
28 #  define je_valloc je_valloc
29 #endif
30