summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorPiJoules <6019989+PiJoules@users.noreply.github.com>2024-06-10 13:26:35 -0700
committerGitHub <noreply@github.com>2024-06-10 13:26:35 -0700
commit85c78d45073bec31287fa72f1f558bad4de36189 (patch)
tree288bd9346a9d672741ea1c32cc330d83c85d9cf6 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parentd3c0ed387c478dc07daac575b2ec1216b8044b56 (diff)
[libc][stdlib] Add Block class (#94407)
A block represents a chunk of memory used by the freelist allocator. It contains header information denoting the usable space and pointers as offsets to the next and previous block. On it's own, this doesn't do much. This is a part of https://github.com/llvm/llvm-project/pull/94270 to land in smaller patches. This is a subset of pigweed's freelist allocator implementation.
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions