diff options
author | PiJoules <6019989+PiJoules@users.noreply.github.com> | 2024-06-10 17:22:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 17:22:58 -0700 |
commit | 1737814e577f80917fc9a56d58f09a22665179d1 (patch) | |
tree | 3a2f869481a56575262155edbda1856135dadaff /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 46e41c8631bd6c1a6c91d6cc4a5e4f1671078ccd (diff) | |
download | llvm-1737814e577f80917fc9a56d58f09a22665179d1.zip llvm-1737814e577f80917fc9a56d58f09a22665179d1.tar.gz llvm-1737814e577f80917fc9a56d58f09a22665179d1.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions