set delayed decommit mask more precisely to only decommit currently committed blocks

This commit is contained in:
daan 2020-08-28 08:46:51 -07:00
parent 2cffc3b851
commit e4ddc75069
2 changed files with 8 additions and 6 deletions

View file

@ -264,7 +264,7 @@ typedef mi_page_t mi_slice_t;
typedef int64_t mi_msecs_t;
// Segments are large allocated memory blocks (2mb on 64 bit) from
// Segments are large allocated memory blocks (8mb on 64 bit) from
// the OS. Inside segments we allocated fixed size _pages_ that
// contain blocks.
typedef struct mi_segment_s {