2022-04-15 06:39:48 +00:00
|
|
|
DESCRIPTION
|
2020-06-15 14:18:57 +00:00
|
|
|
|
2022-04-15 06:39:48 +00:00
|
|
|
malloc-2.8.6
|
|
|
|
written by Doug Lea
|
2020-06-15 14:18:57 +00:00
|
|
|
|
2022-04-15 06:39:48 +00:00
|
|
|
LICENSE
|
2021-10-08 15:11:51 +00:00
|
|
|
|
2022-04-15 06:39:48 +00:00
|
|
|
http://creativecommons.org/publicdomain/zero/1.0/
|
2021-10-08 15:11:51 +00:00
|
|
|
|
2022-04-15 06:39:48 +00:00
|
|
|
LOCAL CHANGES
|
2021-10-08 15:11:51 +00:00
|
|
|
|
2022-07-19 05:26:11 +00:00
|
|
|
- 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
|
2022-11-02 05:36:03 +00:00
|
|
|
- Use assembly init rather than ensure_initialization()
|