Searched refs:prof_realloc (Results 1 – 4 of 4) sorted by relevance
| /redis-3.2.3/deps/jemalloc/include/jemalloc/internal/ |
| H A D | prof.h | 343 void prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, 496 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() function
|
| H A D | private_symbols.txt | 379 prof_realloc
|
| /redis-3.2.3/deps/jemalloc/src/ |
| H A D | jemalloc.c | 1721 prof_realloc(tsd, p, usize, tctx, prof_active, true, old_ptr, old_usize, in irealloc_prof() 2146 prof_realloc(tsd, p, *usize, tctx, prof_active, true, old_ptr, in irallocx_prof() 2284 prof_realloc(tsd, ptr, usize, tctx, prof_active, false, ptr, old_usize, in ixallocx_prof()
|
| /redis-3.2.3/deps/jemalloc/ |
| H A D | ChangeLog | 71 event. Also add a missing check in prof_realloc(). These fixes protect 75 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|