mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-06-03 18:54:16 +03:00
[HPA] Add ability to start page as huge and more flexibility for purging
This commit is contained in:
parent
ace437d26a
commit
a199278f37
20 changed files with 1231 additions and 116 deletions
|
|
@ -1618,6 +1618,9 @@ stats_general_print(emitter_t *emitter) {
|
|||
"opt.hpa_dirty_mult", emitter_type_string, &bufp);
|
||||
}
|
||||
}
|
||||
OPT_WRITE_SIZE_T("hpa_purge_threshold")
|
||||
OPT_WRITE_UINT64("hpa_min_purge_delay_ms")
|
||||
OPT_WRITE_CHAR_P("hpa_hugify_style")
|
||||
OPT_WRITE_SIZE_T("hpa_sec_nshards")
|
||||
OPT_WRITE_SIZE_T("hpa_sec_max_alloc")
|
||||
OPT_WRITE_SIZE_T("hpa_sec_max_bytes")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue