mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
HPA: Use dirtiest-first purging.
This seems to be practically beneficial, despite some pathological corner cases.
This commit is contained in:
committed by
David Goldblatt
parent
0f6c420f83
commit
73ca4b8ef8
@@ -24,8 +24,7 @@ hpdata_init(hpdata_t *hpdata, void *addr, uint64_t age) {
|
||||
hpdata->h_huge = false;
|
||||
hpdata->h_alloc_allowed = true;
|
||||
hpdata->h_in_psset_alloc_container = false;
|
||||
hpdata->h_purge_level = hpdata_purge_level_never;
|
||||
hpdata->h_purge_container_level = hpdata_purge_level_never;
|
||||
hpdata->h_purge_allowed = false;
|
||||
hpdata->h_hugify_allowed = false;
|
||||
hpdata->h_in_psset_hugify_container = false;
|
||||
hpdata->h_mid_purge = false;
|
||||
|
||||
Reference in New Issue
Block a user