Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dhpdata.c174 assert(!hpdata_alloc_allowed_get(hpdata)); in hpdata_purge_begin()
266 assert(!hpdata_alloc_allowed_get(hpdata)); in hpdata_purge_next()
292 assert(!hpdata_alloc_allowed_get(hpdata)); in hpdata_purge_end()
H A Dpsset.c277 assert(hpdata_alloc_allowed_get(ps)); in psset_update_begin()
299 if (hpdata_alloc_allowed_get(ps)) { in psset_update_end()
361 if (hpdata_alloc_allowed_get(ps)) { in psset_insert()
H A Dhpa.c397 assert(hpdata_alloc_allowed_get(to_purge)); in hpa_try_purge()
496 assert(hpdata_alloc_allowed_get(to_hugify)); in hpa_try_hugify()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dhpdata.h153 hpdata_alloc_allowed_get(const hpdata_t *hpdata) { in hpdata_alloc_allowed_get() function