Searched refs:prof_malloc (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 338 void prof_malloc(const void *ptr, size_t usize, prof_tctx_t *tctx); 466 prof_malloc(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc() function
|
D | private_symbols.txt | 374 prof_malloc
|
D | private_namespace.h | 374 #define prof_malloc JEMALLOC_N(prof_malloc) macro
|
D | private_unnamespace.h | 374 #undef prof_malloc
|
/external/jemalloc/src/ |
D | jemalloc.c | 1390 prof_malloc(p, usize, tctx); 1476 prof_malloc(p, usize, tctx); 1604 prof_malloc(p, usize, tctx); 2007 prof_malloc(p, *usize, tctx);
|