mirror of
				https://github.com/GrapheneOS/hardened_malloc.git
				synced 2025-10-27 14:36:32 +01:00 
			
		
		
		
	document madvise for malloc_trim of quarantines
This commit is contained in:
		
							parent
							
								
									e77ffa76d9
								
							
						
					
					
						commit
						73b78a8adb
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -1008,6 +1008,7 @@ System calls used by all build configurations: | |||
| * `mremap(old, old_size, new_size, MREMAP_MAYMOVE|MREMAP_FIXED, new)` | ||||
| * `munmap` | ||||
| * `write(STDERR_FILENO, buf, len)` (before aborting due to memory corruption) | ||||
| * `madvise(ptr, size, MADV_DONTNEED)` for `malloc_trim` with slab quarantines | ||||
| 
 | ||||
| The main distinction from a typical malloc implementation is the use of | ||||
| getrandom. A common compatibility issue is that existing system call whitelists | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue