Add memory pool test, fix bugs

This commit is contained in:
Rickey Fehr
2025-10-17 18:01:34 -07:00
parent 16059ab632
commit 138792df48
11 changed files with 171 additions and 25 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "test_structures.h"
#define TEST_SIZE 240
POOL_ENTRY(ChunkOfData, TEST_SIZE);