Searched refs:prof_malloc_sample_object (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dprof.h124 * True during prof_alloc_prep()..prof_malloc_sample_object(), prevents
284 void prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize,
491 prof_malloc_sample_object(tsdn, ptr, usize, tctx);
525 prof_malloc_sample_object(tsd_tsdn(tsd), ptr, usize, tctx);
H A Dprivate_namespace.h432 #define prof_malloc_sample_object JEMALLOC_N(prof_malloc_sample_object) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dprof.c226 prof_malloc_sample_object(tsdn_t *tsdn, const void *ptr, size_t usize, function

Completed in 90 milliseconds