mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Edata: split up different list linkage uses.
This commit is contained in:
parent
129b727058
commit
392f645f4d
12 changed files with 55 additions and 47 deletions
|
|
@ -139,7 +139,7 @@ ecache_evict(tsdn_t *tsdn, pa_shard_t *shard, ehooks_t *ehooks,
|
|||
edata_t *edata;
|
||||
while (true) {
|
||||
/* Get the LRU extent, if any. */
|
||||
edata = edata_list_first(&ecache->eset.lru);
|
||||
edata = edata_list_inactive_first(&ecache->eset.lru);
|
||||
if (edata == NULL) {
|
||||
goto label_return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue