[llvm] [CAS] Add MappedFileRegionBumpPtr (PR #114099)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 12:26:27 PDT 2025


================
@@ -0,0 +1,340 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+/// \file Implements MappedFileRegionBumpPtr.
+///
+/// A bump pointer allocator, backed by a memory-mapped file.
----------------
adrian-prantl wrote:

Shouldn't this be the Doxygen comment of `MappedFileRegionBumpPtr`?

https://github.com/llvm/llvm-project/pull/114099


More information about the llvm-commits mailing list