Home
last modified time | relevance | path

Searched refs:background_thread_stats_read (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbackground_thread_externs.h21 bool background_thread_stats_read(tsdn_t *tsdn,
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h108 #define background_thread_stats_read JEMALLOC_N(background_thread_stats_read) macro
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c63 bool background_thread_stats_read(tsdn_t *tsdn, in background_thread_create()
789 background_thread_stats_read(tsdn_t *tsdn, background_thread_stats_t *stats) {
H A Dctl.c1037 background_thread_stats_read(tsdn, stats)) { in ctl_background_thread_stats_read()