Home
last modified time | relevance | path

Searched refs:prof_malloc_sample_object (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprof.h283 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()
Dprivate_symbols.txt375 prof_malloc_sample_object
Dprivate_namespace.h375 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
Dprivate_unnamespace.h375 #undef prof_malloc_sample_object
/external/jemalloc/src/
Dprof.c219 prof_malloc_sample_object(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc_sample_object() function