fix typo in README
parent
5811bd184c
commit
15e5e2d0ac
|
@ -102,8 +102,8 @@ allocation and then unmapped on free.
|
||||||
* No usage of the legacy brk heap
|
* No usage of the legacy brk heap
|
||||||
* Aggressive sanity checks
|
* Aggressive sanity checks
|
||||||
* Errors other than ENOMEM from mmap, munmap, mprotect and mremap treated
|
* Errors other than ENOMEM from mmap, munmap, mprotect and mremap treated
|
||||||
as fatal, which can help to decent memory management gone wrong elsewhere
|
as fatal, which can help to detect memory management gone wrong elsewhere
|
||||||
in the program
|
in the process.
|
||||||
|
|
||||||
# Randomness
|
# Randomness
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue