Searched refs:JEMALLOC_N (Results 1 – 7 of 7) sorted by relevance
1 #define a0dalloc JEMALLOC_N(a0dalloc)2 #define a0get JEMALLOC_N(a0get)3 #define a0malloc JEMALLOC_N(a0malloc)4 #define arena_aalloc JEMALLOC_N(arena_aalloc)5 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small)6 #define arena_bin_index JEMALLOC_N(arena_bin_index)7 #define arena_bin_info JEMALLOC_N(arena_bin_info)8 #define arena_bitselm_get JEMALLOC_N(arena_bitselm_get)9 #define arena_boot JEMALLOC_N(arena_boot)10 #define arena_choose JEMALLOC_N(arena_choose)[all …]
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)[all …]
16 # define JEMALLOC_N(n) jet_##n macro22 # define JEMALLOC_N(n) __je_##n macro
107 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl)124 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk)125 huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl);
929 #define prof_dump_open JEMALLOC_N(prof_dump_open_impl)948 #define prof_dump_open JEMALLOC_N(prof_dump_open)949 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl);1282 #define prof_dump_header JEMALLOC_N(prof_dump_header_impl)1304 #define prof_dump_header JEMALLOC_N(prof_dump_header)1305 prof_dump_header_t *prof_dump_header = JEMALLOC_N(prof_dump_header_impl);
2058 #define arena_redzone_corruption JEMALLOC_N(arena_redzone_corruption_impl)2071 #define arena_redzone_corruption JEMALLOC_N(arena_redzone_corruption)2073 JEMALLOC_N(arena_redzone_corruption_impl);2114 #define arena_dalloc_junk_small JEMALLOC_N(arena_dalloc_junk_small_impl)2127 #define arena_dalloc_junk_small JEMALLOC_N(arena_dalloc_junk_small)2129 JEMALLOC_N(arena_dalloc_junk_small_impl);2547 #define arena_dalloc_junk_large JEMALLOC_N(arena_dalloc_junk_large_impl)2558 #define arena_dalloc_junk_large JEMALLOC_N(arena_dalloc_junk_large)2560 JEMALLOC_N(arena_dalloc_junk_large_impl);2745 #define arena_ralloc_junk_large JEMALLOC_N(arena_ralloc_junk_large_impl)[all …]
62 # define JEMALLOC_N(n) jet_##n