aboutsummaryrefslogtreecommitdiffstats
path: root/vespamalloc/src/vespamalloc/malloc/freelist.cpp
blob: dc784f1b192075e86463bb08caf8b1c732e50a63 (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "freelist.hpp"

namespace vespamalloc::segment {

template class FreeListT<0x40000>;

}