Searched refs:JEMALLOC_N (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h1 #define a0calloc JEMALLOC_N(a0calloc)
2 #define a0free JEMALLOC_N(a0free)
3 #define a0malloc JEMALLOC_N(a0malloc)
4 #define arena_alloc_junk_small JEMALLOC_N(arena_alloc_junk_small)
5 #define arena_bin_index JEMALLOC_N(arena_bin_index)
6 #define arena_bin_info JEMALLOC_N(arena_bin_info)
7 #define arena_boot JEMALLOC_N(arena_boot)
8 #define arena_chunk_alloc_huge JEMALLOC_N(arena_chunk_alloc_huge)
9 #define arena_chunk_dalloc_huge JEMALLOC_N(arena_chunk_dalloc_huge)
10 #define arena_dalloc JEMALLOC_N(arena_dallo
[all...]
H A Dpublic_namespace.h1 #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(ralloc
[all...]
H A Djemalloc_internal.h13 # define JEMALLOC_N(n) jet_##n macro
19 # define JEMALLOC_N(n) je_##n macro
/external/jemalloc/test/include/test/
H A Djemalloc_test.h82 # define JEMALLOC_N(n) je_##n macro
/external/jemalloc/src/
H A Dhuge.c138 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl)
155 #define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk)
156 huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl);
H A Darena.c1616 #define arena_redzone_corruption JEMALLOC_N(arena_redzone_corruption_impl)
1629 #define arena_redzone_corruption JEMALLOC_N(arena_redzone_corruption)
1631 JEMALLOC_N(arena_redzone_corruption_impl);
1666 #define arena_dalloc_junk_small JEMALLOC_N(arena_dalloc_junk_small_impl)
1679 #define arena_dalloc_junk_small JEMALLOC_N(arena_dalloc_junk_small)
1681 JEMALLOC_N(arena_dalloc_junk_small_impl);
2034 #define arena_dalloc_junk_large JEMALLOC_N(arena_dalloc_junk_large_impl)
2045 #define arena_dalloc_junk_large JEMALLOC_N(arena_dalloc_junk_large)
2047 JEMALLOC_N(arena_dalloc_junk_large_impl);
2176 #define arena_ralloc_junk_large JEMALLOC_N(arena_ralloc_junk_large_imp
[all...]
H A Dprof.c701 #define prof_dump_open JEMALLOC_N(prof_dump_open_impl)
720 #define prof_dump_open JEMALLOC_N(prof_dump_open)
721 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl);

Completed in 3554 milliseconds