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