Searched refs:prof_malloc_sample_object (Results 1 – 12 of 12) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_inlines_b.h | 129 prof_malloc_sample_object(tsdn, ptr, usize, tctx); in prof_malloc() 165 prof_malloc_sample_object(tsd_tsdn(tsd), ptr, usize, tctx); in prof_realloc()
|
D | prof_externs.h | 46 void prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize,
|
D | private_namespace_jet.h | 306 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
D | private_namespace.h | 301 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 284 void prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, 491 prof_malloc_sample_object(tsdn, ptr, usize, tctx); in prof_malloc() 525 prof_malloc_sample_object(tsd_tsdn(tsd), ptr, usize, tctx); in prof_realloc()
|
D | private_symbols.txt | 446 prof_malloc_sample_object
|
D | private_namespace.h | 446 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
D | private_unnamespace.h | 446 #undef prof_malloc_sample_object
|
/external/jemalloc/src/ |
D | prof.c | 226 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_malloc_sample_object() function
|
/external/jemalloc_new/src/ |
D | prof.c | 241 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_malloc_sample_object() function
|
/external/jemalloc/ |
D | ChangeLog | 296 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
|
/external/jemalloc_new/ |
D | ChangeLog | 670 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
|