Searched refs:prof_malloc_sample_object (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | prof.h | 284 void prof_malloc_sample_object(const void *ptr, size_t usize, 340 void prof_malloc_sample_object(const void *ptr, size_t usize, 490 prof_malloc_sample_object(ptr, usize, tctx); in prof_malloc() 523 prof_malloc_sample_object(ptr, usize, tctx); in prof_realloc()
|
| HD | private_namespace.h | 373 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
| /NextBSD/contrib/jemalloc/src/ |
| HD | prof.c | 226 prof_malloc_sample_object(const void *ptr, size_t usize, prof_tctx_t *tctx) in prof_malloc_sample_object() function
|
| /NextBSD/contrib/jemalloc/ |
| HD | ChangeLog | 88 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
|