Move memory_manager and assert into kutil.

This commit is contained in:
Justin C. Miller
2018-05-08 01:11:03 -07:00
parent 712cd69242
commit 0f54630725
19 changed files with 140 additions and 84 deletions

View File

@@ -5,6 +5,8 @@
using addr_t = uint64_t;
void * operator new (size_t, void *p);
namespace kutil {