Home
last modified time | relevance | path

Searched defs:zero_realloc_count (Results 1 – 3 of 3) sorted by relevance

/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h46 #define zero_realloc_count JEMALLOC_N(zero_realloc_count) macro
/src/contrib/jemalloc/src/
H A Djemalloc.c126 atomic_zu_t zero_realloc_count = ATOMIC_INIT(0); variable
H A Dctl.c3482 atomic_load_zu(&zero_realloc_count, ATOMIC_RELAXED), size_t) in CTL_RO_CGEN()