23 lines
970 B
C
23 lines
970 B
C
#define je_aligned_alloc JEMALLOC_N(aligned_alloc)
|
|
#define je_calloc JEMALLOC_N(calloc)
|
|
#define je_dallocx JEMALLOC_N(dallocx)
|
|
#define je_free JEMALLOC_N(free)
|
|
#define je_mallctl JEMALLOC_N(mallctl)
|
|
#define je_mallctlbymib JEMALLOC_N(mallctlbymib)
|
|
#define je_mallctlnametomib JEMALLOC_N(mallctlnametomib)
|
|
#define je_malloc JEMALLOC_N(malloc)
|
|
#define je_malloc_conf JEMALLOC_N(malloc_conf)
|
|
#define je_malloc_message JEMALLOC_N(malloc_message)
|
|
#define je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
|
|
#define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
|
|
#define je_mallocx JEMALLOC_N(mallocx)
|
|
#define je_nallocx JEMALLOC_N(nallocx)
|
|
#define je_posix_memalign JEMALLOC_N(posix_memalign)
|
|
#define je_rallocx JEMALLOC_N(rallocx)
|
|
#define je_realloc JEMALLOC_N(realloc)
|
|
#define je_sallocx JEMALLOC_N(sallocx)
|
|
#define je_sdallocx JEMALLOC_N(sdallocx)
|
|
#define je_xallocx JEMALLOC_N(xallocx)
|
|
#define je_memalign JEMALLOC_N(memalign)
|
|
#define je_valloc JEMALLOC_N(valloc)
|