Home
last modified time | relevance | path

Searched refs:prof_realloc (Results 1 – 9 of 9) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprof.h344 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
Dprivate_symbols.txt452 prof_realloc
Dprivate_namespace.h452 #define prof_realloc JEMALLOC_N(prof_realloc) macro
Dprivate_unnamespace.h452 #undef prof_realloc
/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h137 prof_realloc(tsd_t *tsd, const void *ptr, size_t usize, prof_tctx_t *tctx, in prof_realloc() function
/external/jemalloc/src/
Djemalloc.c1876 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/
Djemalloc.c2201 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/
DChangeLog291 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/
DChangeLog665 event. Also add a missing check in prof_realloc(). These fixes protect
669 + Fix prof_realloc() to call prof_free_sampled_object() after calling