Searched refs:prof_alloc_prep (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
340 prof_tctx_t *prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active,
462 prof_alloc_prep(tsd_t *tsd, size_t usize, bool prof_active, bool update) function
510 * Don't sample. The usize passed to prof_alloc_prep()
H A Dprivate_namespace.h412 #define prof_alloc_prep JEMALLOC_N(prof_alloc_prep) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Djemalloc.c1475 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1601 tctx = prof_alloc_prep(tsd, usize, prof_active_get_unlocked(), true);
1780 tctx = prof_alloc_prep(tsd, usize, prof_active, true);
2083 tctx = prof_alloc_prep(tsd, *usize, prof_active_get_unlocked(), true);
2220 tctx = prof_alloc_prep(tsd, *usize, prof_active, false);
2369 * prof_alloc_prep() to decide whether to capture a backtrace.
2381 * value and carry on with prof_alloc_prep(), just in
2387 tctx = prof_alloc_prep(tsd, usize_max, prof_active, false);

Completed in 61 milliseconds