kakoune/src/memory.cc

9 lines
111 B
C++
Raw Normal View History

#include "memory.hh"
namespace Kakoune
{
size_t domain_allocated_bytes[(size_t)MemoryDomain::Count] = {};
}