PAC: Move in ecache_grow.
This commit is contained in:
committed by
David Goldblatt
parent
65803171a7
commit
c81e389996
@@ -142,7 +142,7 @@ TEST_BEGIN(test_retained) {
|
||||
size_t usable = 0;
|
||||
size_t fragmented = 0;
|
||||
for (pszind_t pind = sz_psz2ind(HUGEPAGE); pind <
|
||||
arena->pa_shard.ecache_grow.next; pind++) {
|
||||
arena->pa_shard.pac.ecache_grow.next; pind++) {
|
||||
size_t psz = sz_pind2sz(pind);
|
||||
size_t psz_fragmented = psz % esz;
|
||||
size_t psz_usable = psz - psz_fragmented;
|
||||
|
Reference in New Issue
Block a user