Working on simplifying the allocation scheme

This commit is contained in:
Krzosa Karol
2023-01-01 10:48:06 +01:00
parent d10b72057e
commit 8c0a8bf72b
9 changed files with 126 additions and 98 deletions

View File

@@ -4,10 +4,10 @@ set clang-flags=-O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-abs
pushd %~dp0
rem cl main.cpp -I.. user32.lib
rem clang core_main.cpp %clang-flags%
clang core_main.cpp %clang-flags%
rem ubuntu run clang core_main.cpp -O0 -Wall -Wno-unused-function -fno-exceptions -fdiagnostics-absolute-paths -g -o core.out
clang core_arena.cpp %clang-flags%
rem clang core_arena.cpp %clang-flags%
rem clang test.cpp