OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data_Namespace::MemoryInfo Struct Reference

#include <DataMgr.h>

Public Attributes

size_t pageSize
 
size_t maxNumPages
 
size_t numPageAllocated
 
bool isAllocationCapped
 
std::vector< MemoryDatanodeMemoryData
 

Detailed Description

Definition at line 70 of file DataMgr.h.

Member Data Documentation

bool Data_Namespace::MemoryInfo::isAllocationCapped

Definition at line 74 of file DataMgr.h.

Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().

size_t Data_Namespace::MemoryInfo::maxNumPages

Definition at line 72 of file DataMgr.h.

Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().

std::vector<MemoryData> Data_Namespace::MemoryInfo::nodeMemoryData

Definition at line 75 of file DataMgr.h.

Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().

size_t Data_Namespace::MemoryInfo::numPageAllocated

Definition at line 73 of file DataMgr.h.

Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().

size_t Data_Namespace::MemoryInfo::pageSize

Definition at line 71 of file DataMgr.h.

Referenced by Data_Namespace::DataMgr::getMemoryInfoUnlocked().


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