Searched refs:JEMALLOC_N (Results 1 – 3 of 3) sorted by relevance
1 #define a0dalloc JEMALLOC_N(a0dalloc)2 #define a0malloc JEMALLOC_N(a0malloc)3 #define arena_choose_hard JEMALLOC_N(arena_choose_hard)4 #define arena_cleanup JEMALLOC_N(arena_cleanup)5 #define arena_init JEMALLOC_N(arena_init)6 #define arena_migrate JEMALLOC_N(arena_migrate)7 #define arena_set JEMALLOC_N(arena_set)8 #define arena_tdata_get_hard JEMALLOC_N(arena_tdata_get_hard)9 #define arenas JEMALLOC_N(arenas)10 #define arenas_lock JEMALLOC_N(arenas_lock)[all …]
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)[all …]
17 # define JEMALLOC_N(n) jet_##n macro23 # define JEMALLOC_N(n) __je_##n macro