Searched refs:prof_realloc (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
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
|
D | private_symbols.txt | 412 prof_realloc
|
D | private_namespace.h | 414 #define prof_realloc JEMALLOC_N(prof_realloc) macro
|
D | private_unnamespace.h | 414 #undef prof_realloc
|
/external/jemalloc/src/ |
D | jemalloc.c | 1807 prof_realloc(tsd, p, usize, tctx, prof_active, true, old_ptr, old_usize, 2254 prof_realloc(tsd, p, *usize, tctx, prof_active, true, old_ptr, 2407 prof_realloc(tsd, ptr, usize, tctx, prof_active, false, ptr, old_usize,
|
/external/jemalloc/ |
D | ChangeLog | 156 event. Also add a missing check in prof_realloc(). These fixes protect 160 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|