Searched refs:prof_malloc (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 342 void prof_malloc(const void *ptr, size_t usize, prof_tctx_t *tctx); 482 prof_malloc(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc() function
|
D | private_symbols.txt | 406 prof_malloc
|
D | private_namespace.h | 408 #define prof_malloc JEMALLOC_N(prof_malloc) macro
|
D | private_unnamespace.h | 408 #undef prof_malloc
|
/external/jemalloc/src/ |
D | jemalloc.c | 1453 prof_malloc(p, usize, tctx); 1563 prof_malloc(p, usize, tctx); 1695 prof_malloc(p, usize, tctx); 2123 prof_malloc(p, *usize, tctx);
|