allow abandoned segment reclaim on a free

This commit is contained in:
daanx 2024-02-29 14:58:59 -08:00
parent bdda13b880
commit 64edbc92dd
6 changed files with 35 additions and 10 deletions

View file

@ -342,6 +342,7 @@ typedef enum mi_option_e {
mi_option_arena_reserve, // initial memory size in KiB for arena reservation (1GiB on 64-bit)
mi_option_arena_purge_mult,
mi_option_purge_extend_delay,
mi_option_abandoned_reclaim_on_free, // reclaim abandoned segments on a free
_mi_option_last,
// legacy option names
mi_option_large_os_pages = mi_option_allow_large_os_pages,