Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libc][stdlib] Add freelist class #95041

Merged
merged 1 commit into from
Jun 11, 2024
Merged

[libc][stdlib] Add freelist class #95041

merged 1 commit into from
Jun 11, 2024

Commits on Jun 10, 2024

  1. [libc][stdlib] Add freelist class

    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 llvm#94270 to land in smaller patches.
    PiJoules committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0216eca View commit details
    Browse the repository at this point in the history