aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/datasegmentd.cpp
blob: 3842aae629735faef59d0ef5f0a42263ed3afbfc (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 "datasegment.hpp"
#include "memblockboundscheck_d.h"

namespace vespamalloc::segment {

template class DataSegment<MemBlockBoundsCheck>;

}