diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-11 00:43:27 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-11 00:43:27 +0800 |
commit | cafcbde7529f7c1e4219344df9a404ecdb411aa5 (patch) | |
tree | a4b515131bb026d12db92eaa1d3f9f32a7a65505 /include/cru/platform/heap_debug.hpp | |
parent | d163bafa461779a3795818aa8c8b5238880ede24 (diff) | |
download | cru-cafcbde7529f7c1e4219344df9a404ecdb411aa5.tar.gz cru-cafcbde7529f7c1e4219344df9a404ecdb411aa5.tar.bz2 cru-cafcbde7529f7c1e4219344df9a404ecdb411aa5.zip |
...
Diffstat (limited to 'include/cru/platform/heap_debug.hpp')
-rw-r--r-- | include/cru/platform/heap_debug.hpp | 6 |
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(); +} |