Reimplemented Xalloc from scratch

This commit is contained in:
Alex
2023-02-24 10:19:55 +02:00
parent 62e9d7b9c9
commit 4519204580
11 changed files with 760 additions and 501 deletions

View File

@ -5,6 +5,7 @@
#include <types.h>
void TestString();
void TestMemoryAllocation();
#endif // DEBUG
#endif // !__FENNIX_KERNEL_non_constructor_tests_H__