Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dhpdata.c133 (uintptr_t)hpdata_addr_get(hpdata) + (result << LG_PAGE)); in hpdata_reserve_alloc()
143 size_t begin = ((uintptr_t)addr - (uintptr_t)hpdata_addr_get(hpdata)) in hpdata_unreserve()
280 (uintptr_t)hpdata_addr_get(hpdata) + purge_begin * PAGE); in hpdata_purge_next()
H A Dhpa.c422 shard->central->hooks.dehugify(hpdata_addr_get(to_purge), in hpa_try_purge()
501 shard->central->hooks.hugify(hpdata_addr_get(to_hugify), HUGEPAGE); in hpa_try_hugify()
988 shard->central->hooks.unmap(hpdata_addr_get(ps), HUGEPAGE); in hpa_shard_destroy()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dhpdata.h127 hpdata_addr_get(const hpdata_t *hpdata) { in hpdata_addr_get() function