+ LinearAlloc + utest

This commit is contained in:
Roland Conybeare 2025-07-29 07:17:35 -05:00
commit 8970f51dbd
12 changed files with 495 additions and 0 deletions

View file

@ -0,0 +1,6 @@
/* file alloc_utest_main.cpp */
#define CATCH_CONFIG_MAIN
#include "catch2/catch.hpp"
/* end alloc_utest_main.cpp */