Searched refs:arena_prof_tctx_set (Results 1 – 9 of 9) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 53 arena_prof_tctx_set(tsdn, ptr, usize, alloc_ctx, tctx); in prof_tctx_set()
|
D | arena_inlines_b.h | 31 arena_prof_tctx_set(tsdn_t *tsdn, const void *ptr, UNUSED size_t usize, in arena_prof_tctx_set() function
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 101 arena_prof_tctx_set
|
D | prof.h | 417 arena_prof_tctx_set(tsdn, ptr, usize, tctx); in prof_tctx_set()
|
D | private_namespace.h | 101 #define arena_prof_tctx_set JEMALLOC_N(arena_prof_tctx_set) macro
|
D | arena.h | 700 void arena_prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, 1263 arena_prof_tctx_set(tsdn_t *tsdn, const void *ptr, size_t usize, in arena_prof_tctx_set() function
|
D | private_unnamespace.h | 101 #undef arena_prof_tctx_set
|
/external/jemalloc/ |
D | ChangeLog | 264 - Avoid a chunk metadata read in arena_prof_tctx_set(), since it is in the
|
/external/jemalloc_new/ |
D | ChangeLog | 638 - Avoid a chunk metadata read in arena_prof_tctx_set(), since it is in the
|