summaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/globalpoold.cpp
blob: 5816b0855b566498a729363205b046e1d1b2f84c (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright 2017 Yahoo Holdings. 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>;

}