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