summaryrefslogtreecommitdiff
path: root/src/memory.cc
blob: e2928412fbcf91bfff8e6b0448397bf06f96295d (plain)
1
2
3
4
5
6
7
8
#include "memory.hh"

namespace Kakoune
{

size_t domain_allocated_bytes[(size_t)MemoryDomain::Count] = {};

}