LLVM 22.0.0git
MappedFileRegionArena.h File Reference

This file declares interface for MappedFileRegionArena, a bump pointer allocator, backed by a memory-mapped file. More...

#include "llvm/Support/Alignment.h"
#include "llvm/Support/FileSystem.h"
#include <atomic>

Go to the source code of this file.

Classes

class  llvm::cas::MappedFileRegionArena
 Allocator for an owned mapped file region that supports thread-safe and process-safe bump pointer allocation. More...
struct  llvm::cas::MappedFileRegionArena::Header
 Header for MappedFileRegionArena. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::cas

Detailed Description

This file declares interface for MappedFileRegionArena, a bump pointer allocator, backed by a memory-mapped file.

Definition in file MappedFileRegionArena.h.