mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 09:37:22 +03:00
PA: move in ecache_grow.
This commit is contained in:
parent
32cb7c2f0b
commit
acd0bf6a26
6 changed files with 32 additions and 29 deletions
|
|
@ -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->ecache_grow.next; pind++) {
|
||||
arena->pa_shard.ecache_grow.next; pind++) {
|
||||
size_t psz = sz_pind2sz(pind);
|
||||
size_t psz_fragmented = psz % esz;
|
||||
size_t psz_usable = psz - psz_fragmented;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue