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

@ -340,6 +340,7 @@ EXTERNC __no_stack_protector __no_instrument_function void Entry(BootInfo *Info)
#ifdef DEBUG
// Running tests
TestString();
TestMemoryAllocation();
#endif
EnableProfiler = true;