15daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_malloc_conf JEMALLOC_N(malloc_conf)
25daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_malloc_message JEMALLOC_N(malloc_message)
35daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_malloc JEMALLOC_N(malloc)
45daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_calloc JEMALLOC_N(calloc)
55daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_posix_memalign JEMALLOC_N(posix_memalign)
65daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_aligned_alloc JEMALLOC_N(aligned_alloc)
75daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_realloc JEMALLOC_N(realloc)
85daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_free JEMALLOC_N(free)
95daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_mallocx JEMALLOC_N(mallocx)
105daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_rallocx JEMALLOC_N(rallocx)
115daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_xallocx JEMALLOC_N(xallocx)
125daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_sallocx JEMALLOC_N(sallocx)
135daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_dallocx JEMALLOC_N(dallocx)
1496d58c8575eeac2a4a026e4d3629388573335bfaChristopher Ferris#define	je_sdallocx JEMALLOC_N(sdallocx)
155daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_nallocx JEMALLOC_N(nallocx)
165daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_mallctl JEMALLOC_N(mallctl)
175daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_mallctlnametomib JEMALLOC_N(mallctlnametomib)
185daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_mallctlbymib JEMALLOC_N(mallctlbymib)
195daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
205daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
215daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_memalign JEMALLOC_N(memalign)
225daf4e4a8d52ac2d5b40b0d12ce5721c6b9676e7Christopher Ferris#define	je_valloc JEMALLOC_N(valloc)
23