Unverified Commit 1737814e authored by PiJoules's avatar PiJoules Committed by GitHub
Browse files

[libc][stdlib] Add freelist class (#95041)

This implements a traditional freelist to be used by the freelist
allocator. It operates on spans of bytes which can be anything. The
freelist allocator will store Blocks inside them.

This is a part of #94270 to land in smaller patches.
parent 46e41c86
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment