Home
last modified time | relevance | path

Searched refs:sec_flush (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dsec.h99 void sec_flush(tsdn_t *tsdn, sec_t *sec);
/src/contrib/jemalloc/src/
H A Dpa.c97 sec_flush(tsdn, &shard->hpa_sec); in pa_shard_reset()
110 sec_flush(tsdn, &shard->hpa_sec); in pa_shard_destroy()
H A Dsec.c358 sec_flush(tsdn_t *tsdn, sec_t *sec) { in sec_flush() function
H A Darena.c483 sec_flush(tsdn, &arena->pa_shard.hpa_sec); in arena_decay()
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h622 #define sec_flush JEMALLOC_N(sec_flush) macro