minor typo fix

“entirely independently arenas” changed to “entirely independent arenas”
This commit is contained in:
Lelmister101 2021-11-23 16:09:03 +05:30 committed by Daniel Micay
parent a33d2ca97d
commit 1bdbb2d3f7

View File

@ -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