PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
llvm::backport::SectionMemoryManager::MemoryGroup Struct Reference

Data Fields

SmallVector< sys::MemoryBlock, 16 > PendingMem
 
SmallVector< FreeMemBlock, 16 > FreeMem
 
SmallVector< sys::MemoryBlock, 16 > AllocatedMem
 
sys::MemoryBlock Near
 

Detailed Description

Definition at line 191 of file SectionMemoryManager.h.

Field Documentation

◆ AllocatedMem

SmallVector<sys::MemoryBlock, 16> llvm::backport::SectionMemoryManager::MemoryGroup::AllocatedMem

Definition at line 200 of file SectionMemoryManager.h.

◆ FreeMem

SmallVector<FreeMemBlock, 16> llvm::backport::SectionMemoryManager::MemoryGroup::FreeMem

Definition at line 197 of file SectionMemoryManager.h.

◆ Near

sys::MemoryBlock llvm::backport::SectionMemoryManager::MemoryGroup::Near

Definition at line 202 of file SectionMemoryManager.h.

◆ PendingMem

SmallVector<sys::MemoryBlock, 16> llvm::backport::SectionMemoryManager::MemoryGroup::PendingMem

Definition at line 196 of file SectionMemoryManager.h.


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