aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/globalpoold.cpp
blob: 6ac057101888b3a7b5e31bec5791b4dd35eb674a (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Vespa.ai. 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>;

}