Searched refs:prof_alloc_prep (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof.h | 334 prof_tctx_t *prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, 461 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) in prof_alloc_prep() function
|
| H A D | private_symbols.txt | 355 prof_alloc_prep
|
| /redis-3.2.3/deps/jemalloc/src/ |
| H A D | jemalloc.c | 1381 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true); in imalloc_prof() 1471 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true); in imemalign_prof() 1602 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true); in icalloc_prof() 1712 tctx = prof_alloc_prep(tsd, usize, prof_active, true); in irealloc_prof() 2009 tctx = prof_alloc_prep(tsd, *usize, prof_active_get_unlocked(), true); in imallocx_prof() 2122 tctx = prof_alloc_prep(tsd, *usize, prof_active, true); in irallocx_prof() 2272 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false); in ixallocx_prof()
|
| /redis-3.2.3/deps/jemalloc/ |
| H A D | ChangeLog | 569 - Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
|