mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-11-03 01:06:33 +01:00 
			
		
		
		
	minor typo fix
“entirely independently arenas” changed to “entirely independent arenas”
This commit is contained in:
		
							parent
							
								
									a33d2ca97d
								
							
						
					
					
						commit
						70516e2cff
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
	Add table
		
		Reference in a new issue