LLVM: llvm::jitlink::BasicLayout::ContiguousPageBasedLayoutSizes Struct Reference (original) (raw)

A convenience class that further groups segments based on memory deallocation policy. More...

#include "[llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h](JITLinkMemoryManager%5F8h%5Fsource.html)"

Detailed Description

A convenience class that further groups segments based on memory deallocation policy.

This allows clients to make two slab allocations: one for all standard segments, and one for all finalize segments.

Definition at line 243 of file JITLinkMemoryManager.h.

Member Function Documentation

total()

uint64_t llvm::jitlink::BasicLayout::ContiguousPageBasedLayoutSizes::total ( ) const inline

Member Data Documentation

FinalizeSegs

uint64_t llvm::jitlink::BasicLayout::ContiguousPageBasedLayoutSizes::FinalizeSegs = 0

StandardSegs

uint64_t llvm::jitlink::BasicLayout::ContiguousPageBasedLayoutSizes::StandardSegs = 0


The documentation for this struct was generated from the following file: