aboutsummaryrefslogtreecommitdiff
path: root/include/cru
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-07-11 00:43:27 +0800
committer杨宇千 <crupest@outlook.com>2019-07-11 00:43:27 +0800
commitcafcbde7529f7c1e4219344df9a404ecdb411aa5 (patch)
treea4b515131bb026d12db92eaa1d3f9f32a7a65505 /include/cru
parentd163bafa461779a3795818aa8c8b5238880ede24 (diff)
downloadcru-cafcbde7529f7c1e4219344df9a404ecdb411aa5.tar.gz
cru-cafcbde7529f7c1e4219344df9a404ecdb411aa5.tar.bz2
cru-cafcbde7529f7c1e4219344df9a404ecdb411aa5.zip
...
Diffstat (limited to 'include/cru')
-rw-r--r--include/cru/platform/heap_debug.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/cru/platform/heap_debug.hpp b/include/cru/platform/heap_debug.hpp
new file mode 100644
index 00000000..e305be31
--- /dev/null
+++ b/include/cru/platform/heap_debug.hpp
@@ -0,0 +1,6 @@
+#pragma once
+#include "cru/common/pre_config.hpp"
+
+namespace cru::platform {
+void SetupHeapDebug();
+}