aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Common/Allocator_fwd.h
blob: a13a4398654f3160020923ced914ea5d352187ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once
/**
  * This file provides forward declarations for Allocator.
  */

template <bool clear_memory_, bool mmap_populate = false>
class Allocator;

template <typename Base, size_t N = 64, size_t Alignment = 1>
class AllocatorWithStackMemory;