1 2 3 4 5 6 7 8
#include "memory.hh" namespace Kakoune { MemoryStats memory_stats[(size_t)MemoryDomain::Count] = {}; }