Searched refs:arena_prof_promote (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | arena_externs.h | 59 void arena_prof_promote(tsdn_t *tsdn, const void *ptr, size_t usize);
|
D | private_namespace.h | 74 #define arena_prof_promote JEMALLOC_N(arena_prof_promote) macro
|
D | private_namespace_jet.h | 74 #define arena_prof_promote JEMALLOC_N(arena_prof_promote) macro
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 1752 arena_prof_promote(tsd_tsdn(tsd), ret, usize); 2174 arena_prof_promote(tsd_tsdn(tsd), p, usize); 2625 arena_prof_promote(tsdn, p, usize);
|
D | arena.c | 1413 arena_prof_promote(tsdn_t *tsdn, const void *ptr, size_t usize) { in arena_prof_promote() function
|