Home
last modified time | relevance | path

Searched refs:prof_free_sampled_object (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_inlines.h228 prof_free_sampled_object(tsd, old_usize, old_tctx); in prof_realloc()
241 prof_free_sampled_object(tsd, usize, tctx); in prof_free()
A Dprof_externs.h46 void prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx);
A Dprivate_symbols.txt376 prof_free_sampled_object
A Dprivate_namespace.h376 #define prof_free_sampled_object JEMALLOC_N(prof_free_sampled_object) macro
A Dprivate_unnamespace.h376 #undef prof_free_sampled_object
/third_party/ulib/jemalloc/src/
A Dprof.c243 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) in prof_free_sampled_object() function
/third_party/ulib/jemalloc/
A DChangeLog295 + Fix prof_realloc() to call prof_free_sampled_object() after calling

Completed in 14 milliseconds