test whole program
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user