aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/memblockboundscheck_d.cpp
blob: 3ecb2d77030352b97f97ecf5e6e3c1b2a24f1d24 (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/memblockboundscheck_d.h>
#include <vespamalloc/malloc/memblockboundscheck.hpp>

namespace vespamalloc {

template class MemBlockBoundsCheckBaseT<20, 0>;

}