aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/globalpoold.cpp
blob: 04db8c8ca8525f5bac32a76c4f527579f3c142d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespamalloc/malloc/globalpool.hpp>
#include <vespamalloc/malloc/memblockboundscheck_d.h>

namespace vespamalloc {

template class AllocPoolT<MemBlockBoundsCheck>;

}