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