Commit Graph

3 Commits

Author SHA1 Message Date
1448d3336b Memory Zones
First draft of memory zone functionality. Can create a zone and allocate
you memory from the zone. Also has the ability to clear zones and to
free. There is no way yet to free anything that has been allocated on
the zones.
2024-02-07 18:25:13 -05:00
ce8103fa81 Added variables to CMAkeLists.txt
Added in variables to CMakeLists.txt to make managing directories easier
in the future.
2024-02-04 20:09:22 -05:00
cfe045acc3 CMake Migration
Moved the build system over to CMake. This build system right now
replicates the same functionality as our bash scripts from earlier. Will
need a lot of refactoring to be more complete, but for now we are fully
on CMake.
2024-02-04 19:13:13 -05:00