Searched refs:prof_malloc_sample_object (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_inlines_b.h | 173 prof_malloc_sample_object(tsdn, ptr, usize, tctx); in prof_malloc() 209 prof_malloc_sample_object(tsd_tsdn(tsd), ptr, usize, tctx); in prof_realloc()
|
H A D | prof_externs.h | 47 void prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize,
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
H A D | private_namespace.h | 327 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
|
/freebsd/contrib/jemalloc/src/ |
H A D | prof.c | 343 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, in prof_malloc_sample_object() function
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 806 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
|