test whole program

This commit is contained in:
2025-08-28 11:08:31 +01:00
parent 8b0852178b
commit acc7b60d07

View File

@@ -325,7 +325,7 @@
static char *heap_start;
static char *heap;
static size_t HEAP_SIZE = 102 4 * 1024 * 1024;
static size_t HEAP_SIZE = 1024 * 1024 * 1024;
void *MALLOCCHERI(size_t sz) {
printf("printing malloc");