mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
Fix spelling errors
aligment -> alignment purgable -> purgeable thead -> thread
This commit is contained in:
parent
6208e51415
commit
def97b0fd1
4 changed files with 6 additions and 6 deletions
|
@ -201,7 +201,7 @@ static void __attribute__((constructor)) _mi_macosx_override_malloc()
|
|||
zone.pressure_relief = &zone_pressure_relief;
|
||||
intro.zone_locked = &intro_zone_locked;
|
||||
|
||||
// force the purgable zone to exist to avoid strange bugs
|
||||
// force the purgeable zone to exist to avoid strange bugs
|
||||
if (malloc_default_purgeable_zone) {
|
||||
purgeable_zone = malloc_default_purgeable_zone();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue