OmniSciDB
a5dc49c757
|
#include <DataMgr.h>
Public Attributes | |
size_t | pageSize |
size_t | maxNumPages |
size_t | numPageAllocated |
bool | isAllocationCapped |
std::vector< MemoryData > | nodeMemoryData |
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().