1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc) 2 #define je_calloc JEMALLOC_N(calloc) 3 #define je_dallocx JEMALLOC_N(dallocx) 4 #define je_free JEMALLOC_N(free) 5 #define je_mallctl JEMALLOC_N(mallctl) 6 #define je_mallctlbymib JEMALLOC_N(mallctlbymib) 7 #define je_mallctlnametomib JEMALLOC_N(mallctlnametomib) 8 #define je_malloc JEMALLOC_N(malloc) 9 #define je_malloc_conf JEMALLOC_N(malloc_conf) 10 #define je_malloc_message JEMALLOC_N(malloc_message) 11 #define je_malloc_stats_print JEMALLOC_N(malloc_stats_print) 12 #define je_malloc_usable_size JEMALLOC_N(malloc_usable_size) 13 #define je_mallocx JEMALLOC_N(mallocx) 14 #define je_nallocx JEMALLOC_N(nallocx) 15 #define je_posix_memalign JEMALLOC_N(posix_memalign) 16 #define je_rallocx JEMALLOC_N(rallocx) 17 #define je_realloc JEMALLOC_N(realloc) 18 #define je_sallocx JEMALLOC_N(sallocx) 19 #define je_sdallocx JEMALLOC_N(sdallocx) 20 #define je_xallocx JEMALLOC_N(xallocx) 21 #define je_memalign JEMALLOC_N(memalign) 22 #define je_valloc JEMALLOC_N(valloc) 23