summaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/datasegmentdst.cpp
blob: 56504050a641164e4fbc954a5a18dd6430691579 (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_dst.h"

namespace vespamalloc::segment {

template class DataSegment<MemBlockBoundsCheck>;

}