[libc-commits] [libc] [libc] Use Block as a byte-backed proxy (PR #201001)
Daniel Thornburgh via libc-commits
libc-commits at lists.llvm.org
Fri Jun 5 14:53:57 PDT 2026
================
@@ -38,15 +44,17 @@ LIBC_INLINE constexpr size_t align_up(size_t value, size_t alignment) {
using ByteSpan = cpp::span<LIBC_NAMESPACE::cpp::byte>;
using cpp::optional;
-/// Memory region with links to adjacent blocks.
+/// Proxy for a memory region with links to adjacent blocks.
----------------
mysterymath wrote:
Reference to
https://github.com/llvm/llvm-project/pull/201001
More information about the libc-commits
mailing list