Searched refs:prof_malloc_sample_object (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 283 void prof_malloc_sample_object(const void *ptr, size_t usize, 336 void prof_malloc_sample_object(const void *ptr, size_t usize, 474 prof_malloc_sample_object(ptr, usize, tctx); in prof_malloc() 504 prof_malloc_sample_object(ptr, usize, tctx); in prof_realloc()
|
D | private_symbols.txt | 375 prof_malloc_sample_object
|
D | private_namespace.h | 375 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
D | private_unnamespace.h | 375 #undef prof_malloc_sample_object
|
/external/jemalloc/src/ |
D | prof.c | 219 prof_malloc_sample_object(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc_sample_object() function
|