Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dprof.h343 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
Dprivate_symbols.txt412 prof_realloc
Dprivate_namespace.h414 #define prof_realloc JEMALLOC_N(prof_realloc) macro
Dprivate_unnamespace.h414 #undef prof_realloc
/external/jemalloc/src/
Djemalloc.c1807 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/
DChangeLog156 event. Also add a missing check in prof_realloc(). These fixes protect
160 + Fix prof_realloc() to call prof_free_sampled_object() after calling