Searched refs:prof_free_sampled_object (Results 1 – 12 of 12) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 190 prof_free_sampled_object(tsd, old_usize, old_tctx); in prof_realloc() 202 prof_free_sampled_object(tsd, usize, tctx); in prof_free()
|
D | prof_externs.h | 48 void prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx);
|
D | private_namespace_jet.h | 298 #define prof_free_sampled_object JEMALLOC_N(prof_free_sampled_object) macro
|
D | private_namespace.h | 293 #define prof_free_sampled_object JEMALLOC_N(prof_free_sampled_object) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 286 void prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx); 530 prof_free_sampled_object(tsd, old_usize, old_tctx); in prof_realloc() 542 prof_free_sampled_object(tsd, usize, tctx); in prof_free()
|
D | private_symbols.txt | 436 prof_free_sampled_object
|
D | private_namespace.h | 436 #define prof_free_sampled_object JEMALLOC_N(prof_free_sampled_object) macro
|
D | private_unnamespace.h | 436 #undef prof_free_sampled_object
|
/external/jemalloc/src/ |
D | prof.c | 244 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) in prof_free_sampled_object() function
|
/external/jemalloc_new/src/ |
D | prof.c | 257 prof_free_sampled_object(tsd_t *tsd, size_t usize, prof_tctx_t *tctx) { in prof_free_sampled_object() function
|
/external/jemalloc/ |
D | ChangeLog | 295 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|
/external/jemalloc_new/ |
D | ChangeLog | 669 + Fix prof_realloc() to call prof_free_sampled_object() after calling
|