test whole program

This commit is contained in:
2025-08-28 11:57:53 +01:00
parent f6eb65f74d
commit fdb2ba9ba6

View File

@@ -59,10 +59,10 @@ static char *heap_start;
static char *heap;
static size_t HEAP_SIZE = 1024 * 1024 * 1024;
void *ptr;
int MallocCounter;
static void *ptr;
static int MallocCounter;
size_t sizeUsed;
static size_t sizeUsed;
// INITAlloc(void) {