Searched refs:prof_realloc (Results 1 – 9 of 9) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 344 void prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, 497 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() function
|
D | private_symbols.txt | 452 prof_realloc
|
D | private_namespace.h | 452 #define prof_realloc JEMALLOC_N(prof_realloc) macro
|
D | private_unnamespace.h | 452 #undef prof_realloc
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 137 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() function
|
/external/jemalloc/src/ |
D | jemalloc.c | 1876 prof_realloc(tsd, p, usize, tctx, prof_active, true, old_ptr, old_usize, 2363 prof_realloc(tsd, p, *usize, tctx, prof_active, false, old_ptr, 2519 prof_realloc(tsd, ptr, usize, tctx, prof_active, false, ptr, old_usize,
|
/external/jemalloc_new/src/ |
D | jemalloc.c | 2201 prof_realloc(tsd, p, usize, tctx, prof_active, true, old_ptr, old_usize, 2668 prof_realloc(tsd, p, *usize, tctx, prof_active, false, old_ptr, 2838 prof_realloc(tsd, ptr, usize, tctx, prof_active, false, ptr, old_usize,
|
/external/jemalloc/ |
D | ChangeLog | 291 event. Also add a missing check in prof_realloc(). These fixes protect 295 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|
/external/jemalloc_new/ |
D | ChangeLog | 665 event. Also add a missing check in prof_realloc(). These fixes protect 669 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|