Searched refs:prof_malloc (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof.h | 342 void prof_malloc(const void *ptr, size_t usize, prof_tctx_t *tctx); 482 prof_malloc(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc() function
|
| H A D | private_symbols.txt | 373 prof_malloc
|
| /redis-3.2.3/deps/jemalloc/src/ |
| H A D | jemalloc.c | 1390 prof_malloc(p, usize, tctx); in imalloc_prof() 1480 prof_malloc(p, usize, tctx); in imemalign_prof() 1611 prof_malloc(p, usize, tctx); in icalloc_prof() 2021 prof_malloc(p, *usize, tctx); in imallocx_prof()
|