ClickHouse/dbms/src/Common/Allocator_fwd.h
2019-10-11 14:28:16 +03:00

11 lines
252 B
C++

/**
* This file provides forward declarations for Allocator.
*/
#pragma once
template <bool clear_memory_, bool mmap_populate = false>
class Allocator;
template <typename Base, size_t N = 64, size_t Alignment = 1>
class AllocatorWithStackMemory;