cosmopolitan/third_party/dlmalloc/README.cosmo

16 lines
344 B
Text
Raw Normal View History

DESCRIPTION
2020-06-15 14:18:57 +00:00
malloc-2.8.6
written by Doug Lea
2020-06-15 14:18:57 +00:00
LICENSE
http://creativecommons.org/publicdomain/zero/1.0/
LOCAL CHANGES
- Use faster two power roundup for memalign()
- Poison maps to integrate with Address Sanitizer
- Introduce __oom_hook() by using _mapanon() vs. mmap()
- Wrap locks with __threaded check to improve perf lots