mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2024-10-01 01:36:01 -04:00
minor typo fix
“entirely independently arenas” changed to “entirely independent arenas”
This commit is contained in:
parent
a33d2ca97d
commit
1bdbb2d3f7
@ -32,7 +32,7 @@ to much less metadata overhead and memory waste from fragmentation than a more
|
||||
traditional allocator design. It aims to provide decent overall performance
|
||||
with a focus on long-term performance and memory usage rather than allocator
|
||||
micro-benchmarks. It offers scalability via a configurable number of entirely
|
||||
independently arenas, with the internal locking within arenas further divided
|
||||
independent arenas, with the internal locking within arenas further divided
|
||||
up per size class.
|
||||
|
||||
This project currently supports Bionic (Android), musl and glibc. It may
|
||||
|
Loading…
Reference in New Issue
Block a user