Working draft of nextgen malloc implementation for musl libc
Stars
126
Forks
12
Watchers
126
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
162
commits
1
commits
refactor conditional skipping of memset in mmap-serviced calloc
505dd27View on GitHubfix possible stale mask in deciding whether to activate more slots
c0d6d87View on GitHubmark index byte at zero offset when aligning at nonzero offset
a1f4b26View on GitHubavoid reuse of slot offsets after group is freed/recreated
45ae0f0View on GitHubuse already-touched pages in a group before dirtying new ones
4172dd3View on GitHubfactor group activation to a small shared inline function
afa5656View on GitHubfix check for impossible condition in try_avail to be an assertion
3ce3b15View on GitHub