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
|
|
|
|
2024-06-23 17:08:48 +00:00
|
|
|
- Fix bug in dlmalloc_inspect_all()
|
2024-06-21 03:46:42 +00:00
|
|
|
- Define dlmalloc_requires_more_vespene_gas()
|
|
|
|
- Make dlmalloc scalable using sched_getcpu()
|
2022-07-19 05:26:11 +00:00
|
|
|
- Use faster two power roundup for memalign()
|
2024-06-21 03:46:42 +00:00
|
|
|
- Implemented the locking functions dlmalloc wants
|
|
|
|
- Use assembly _init() rather than ensure_initialization()
|
|
|
|
- Rather than calling mmap() 96 times from _start() just use .bss
|