diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-01-12 19:46:40 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-01-12 19:48:51 +0000 |
| commit | e8b80705363e736940b2487f7158b4a5d21ddd55 (patch) | |
| tree | 73afa3f2ad4ddbf8f4c3c99b8e4fd44d71bd8dbe /src/memory.cc | |
| parent | 19797ae8d6c29b1b89f78e826b05789d356336d6 (diff) | |
refactor slighly memory domain handling
Diffstat (limited to 'src/memory.cc')
| -rw-r--r-- | src/memory.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/memory.cc b/src/memory.cc new file mode 100644 index 00000000..e2928412 --- /dev/null +++ b/src/memory.cc @@ -0,0 +1,8 @@ +#include "memory.hh" + +namespace Kakoune +{ + +size_t domain_allocated_bytes[(size_t)MemoryDomain::Count] = {}; + +} |
