Home
last modified time | relevance | path

Searched refs:ecache_nbytes_get (Results 1 – 2 of 2) sorted by relevance

/src/contrib/jemalloc/src/
H A Dpa_extra.c139 dirty_bytes = ecache_nbytes_get(&shard->pac.ecache_dirty, i); in pa_shard_stats_merge()
140 muzzy_bytes = ecache_nbytes_get(&shard->pac.ecache_muzzy, i); in pa_shard_stats_merge()
141 retained_bytes = ecache_nbytes_get(&shard->pac.ecache_retained, in pa_shard_stats_merge()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Decache.h39 ecache_nbytes_get(ecache_t *ecache, pszind_t ind) { in ecache_nbytes_get() function