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

}