OmniSciDB
a5dc49c757
|
#include <boost/noncopyable.hpp>
#include <deque>
#include <list>
#include <memory>
#include <mutex>
#include <string>
#include <unordered_map>
#include <vector>
#include "ApproxQuantileDescriptor.h"
#include "DataMgr/AbstractBuffer.h"
#include "DataMgr/Allocators/ArenaAllocator.h"
#include "DataMgr/Allocators/CpuMgrArenaAllocator.h"
#include "DataMgr/Allocators/FastAllocator.h"
#include "DataMgr/DataMgr.h"
#include "Logger/Logger.h"
#include "QueryEngine/AggMode.h"
#include "QueryEngine/CountDistinct.h"
#include "QueryEngine/StringDictionaryGenerations.h"
#include "QueryEngine/TableFunctionMetadataType.h"
#include "Shared/DbObjectKeys.h"
#include "Shared/quantile.h"
#include "StringDictionary/StringDictionaryProxy.h"
#include "StringOps/StringOps.h"
Go to the source code of this file.
Classes | |
class | RowSetMemoryOwner |
struct | RowSetMemoryOwner::CountDistinctBitmapBuffer |
Namespaces | |
Catalog_Namespace | |
Variables | |
bool | g_allow_memory_status_log |
bool | g_use_cpu_mem_pool_for_output_buffers |
bool g_allow_memory_status_log |
Definition at line 200 of file Execute.cpp.
Referenced by RowSetMemoryOwner::allocateCachedGroupByBuffer(), RowSetMemoryOwner::allocateUnlocked(), CommandLineOptions::fillDeveloperOptions(), anonymous_namespace{DBHandler.cpp}::log_system_cpu_memory_status(), Executor::logSystemCPUMemoryStatus(), and Executor::logSystemGPUMemoryStatus().
bool g_use_cpu_mem_pool_for_output_buffers |
Definition at line 197 of file Execute.cpp.
Referenced by CommandLineOptions::fillDeveloperOptions(), CommandLineOptions::parse_command_line(), RowSetMemoryOwner::RowSetMemoryOwner(), and RowSetMemoryOwner::setKernelMemoryAllocator().