Add memory manager tests

This commit is contained in:
Justin C. Miller
2018-05-08 21:53:27 -07:00
parent 0f54630725
commit 1dce0f265d
10 changed files with 13301 additions and 58 deletions

View File

@@ -3,8 +3,7 @@
namespace kutil {
using assert_callback =
[[noreturn]] void (*)
(const char *file, unsigned line, const char *message);
void (*) (const char *file, unsigned line, const char *message);
/// Set the global kernel assert callback
/// \args f The new callback