mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-26 21:04:27 +08:00
fix spelling errors (pr #710)
This commit is contained in:
parent
88aa84727d
commit
ce783df58f
@ -7,7 +7,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||||||
|
|
||||||
/* ----------------------------------------------------------------------------
|
/* ----------------------------------------------------------------------------
|
||||||
Concurrent bitmap that can set/reset sequences of bits atomically,
|
Concurrent bitmap that can set/reset sequences of bits atomically,
|
||||||
represeted as an array of fields where each field is a machine word (`size_t`)
|
represented as an array of fields where each field is a machine word (`size_t`)
|
||||||
|
|
||||||
There are two api's; the standard one cannot have sequences that cross
|
There are two api's; the standard one cannot have sequences that cross
|
||||||
between the bitmap fields (and a sequence must be <= MI_BITMAP_FIELD_BITS).
|
between the bitmap fields (and a sequence must be <= MI_BITMAP_FIELD_BITS).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user