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