Searched refs:prof_malloc_sample_object (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | prof_inlines.h | 165 prof_malloc_sample_object(tsdn, extent, ptr, usize, tctx); in prof_malloc() 202 prof_malloc_sample_object(tsd_tsdn(tsd), extent, ptr, usize, in prof_realloc()
|
| A D | prof_externs.h | 44 void prof_malloc_sample_object(tsdn_t *tsdn, extent_t *extent,
|
| A D | private_symbols.txt | 386 prof_malloc_sample_object
|
| A D | private_namespace.h | 386 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
| A D | private_unnamespace.h | 386 #undef prof_malloc_sample_object
|
| /third_party/ulib/jemalloc/src/ |
| A D | prof.c | 226 prof_malloc_sample_object(tsdn_t *tsdn, extent_t *extent, const void *ptr, in prof_malloc_sample_object() function
|
| /third_party/ulib/jemalloc/ |
| A D | ChangeLog | 296 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
|
Completed in 15 milliseconds