mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 14:09:32 +03:00
spelling: fine-grained
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
becddf5dac
commit
71f9701f37
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ typedef enum mi_segment_kind_e {
|
||||||
// A segment holds a commit mask where a bit is set if
|
// A segment holds a commit mask where a bit is set if
|
||||||
// the corresponding MI_COMMIT_SIZE area is committed.
|
// the corresponding MI_COMMIT_SIZE area is committed.
|
||||||
// The MI_COMMIT_SIZE must be a multiple of the slice
|
// The MI_COMMIT_SIZE must be a multiple of the slice
|
||||||
// size. If it is equal we have the most fine grained
|
// size. If it is equal we have the most fine-grained
|
||||||
// decommit (but setting it higher can be more efficient).
|
// decommit (but setting it higher can be more efficient).
|
||||||
// The MI_MINIMAL_COMMIT_SIZE is the minimal amount that will
|
// The MI_MINIMAL_COMMIT_SIZE is the minimal amount that will
|
||||||
// be committed in one go which can be set higher than
|
// be committed in one go which can be set higher than
|
||||||
|
|
Loading…
Add table
Reference in a new issue