fix wording in note about malloc_object_size

pull/103/head
Daniel Micay 2019-08-18 02:51:32 -04:00
parent 77b242ea3f
commit 125efe99db
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ was a bit less important and if a core goal was finding latent bugs.
* Zero size allocations are a dedicated size class with the entire region * Zero size allocations are a dedicated size class with the entire region
remaining non-readable and non-writable remaining non-readable and non-writable
* Extension for retrieving the size of allocations with fallback [in-progress, * Extension for retrieving the size of allocations with fallback [in-progress,
needs to be porting from the previous OpenBSD-based allocator] needs to be ported from the previous OpenBSD malloc-based allocator]
to a sentinel for pointers not managed by the allocator to a sentinel for pointers not managed by the allocator
* Can also return accurate values for pointers *within* small allocations * Can also return accurate values for pointers *within* small allocations
* The same applies to pointers within the first page of large allocations, * The same applies to pointers within the first page of large allocations,