Searched refs:arena_prof_promote (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | arena_externs.h | 59 void arena_prof_promote(tsdn_t *tsdn, const void *ptr, size_t usize);
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | jemalloc.c | 1736 arena_prof_promote(tsd_tsdn(tsd), ret, usize); in imalloc_sample() 2158 arena_prof_promote(tsd_tsdn(tsd), p, usize); in irealloc_prof_sample() 2609 arena_prof_promote(tsdn, p, usize); in irallocx_prof_sample()
|
| H A D | arena.c | 1409 arena_prof_promote(tsdn_t *tsdn, const void *ptr, size_t usize) { in arena_prof_promote() function
|