core: Implement new memory manager (#133)

* core: Implement new memory manager

* ci: Attempt to fix linux build

* code: Fix a few build errors
This commit is contained in:
TheTurtle
2024-05-16 15:55:50 +03:00
committed by GitHub
parent 67f6d8b2e4
commit 55855b4195
22 changed files with 792 additions and 239 deletions

View File

@@ -8,6 +8,7 @@
void assert_fail_impl() {
Common::Log::Stop();
std::fflush(stdout);
Crash();
}