test whole program
This commit is contained in:
@@ -59,10 +59,10 @@ static char *heap_start;
|
|||||||
static char *heap;
|
static char *heap;
|
||||||
static size_t HEAP_SIZE = 1024 * 1024 * 1024;
|
static size_t HEAP_SIZE = 1024 * 1024 * 1024;
|
||||||
|
|
||||||
void *ptr;
|
static void *ptr;
|
||||||
int MallocCounter;
|
static int MallocCounter;
|
||||||
|
|
||||||
size_t sizeUsed;
|
static size_t sizeUsed;
|
||||||
|
|
||||||
// INITAlloc(void) {
|
// INITAlloc(void) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user