|
LLVM 24.0.0git
|
#include "llvm/Support/Allocator.h"#include "llvm/Support/PerThreadBumpPtrAllocator.h"#include "llvm/Support/raw_ostream.h"#include <atomic>Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::detail |
| A self-contained host- and target-independent arbitrary-precision floating-point software implementation. | |
| namespace | llvm::parallel |
| namespace | llvm::parallel::detail |
Functions | |
| LLVM_ABI void | llvm::detail::printBumpPtrAllocatorStats (unsigned NumSlabs, size_t TotalMemory) |
| LLVM_ABI void | llvm::PrintRecyclerStats (size_t Size, size_t Align, size_t FreeListSize) |
| PrintRecyclingAllocatorStats - Helper for RecyclingAllocator for printing statistics. | |
| LLVM_ABI unsigned | llvm::parallel::detail::claimPerThreadAllocatorId () |
| Return a new process-unique PerThreadAllocator instance id. | |