mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 13:24:09 +02:00
22 lines
1.1 KiB
C
22 lines
1.1 KiB
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_conf_2_conf_harder JEMALLOC_N(malloc_conf_2_conf_harder)
|
|
#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_smallocx_54eaed1d8b56b1aa528be3bdd1877e59c56fa90c JEMALLOC_N(smallocx_54eaed1d8b56b1aa528be3bdd1877e59c56fa90c)
|
|
#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)
|