home/src/memory.cc

9 lines
106 B
C++
Raw Normal View History

#include "memory.hh"
namespace Kakoune
{
2019-03-21 10:35:22 +01:00
MemoryStats memory_stats[(size_t)MemoryDomain::Count] = {};
}