mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
set delayed decommit mask more precisely to only decommit currently committed blocks
This commit is contained in:
parent
2cffc3b851
commit
e4ddc75069
2 changed files with 8 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue