Home
last modified time | relevance | path

Searched refs:prof_log_alloc_count (Results 1 – 3 of 3) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_log.h13 size_t prof_log_alloc_count(void);
/src/contrib/jemalloc/src/
H A Dprof_log.c324 prof_log_alloc_count(void) { in prof_log_alloc_count() function
376 size_t alloc_count = prof_log_alloc_count(); in prof_log_rep_check()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h552 #define prof_log_alloc_count JEMALLOC_N(prof_log_alloc_count) macro