added huge pages tests
This commit is contained in:
@@ -166,7 +166,7 @@ void *malloc(size_t sz) {
|
||||
// if (heap + sz > heap_start + HEAP_SIZE) return NULL;
|
||||
// heap += sz;
|
||||
// return heap - sz;
|
||||
malloc_called += 1;
|
||||
malloc_called += 2;
|
||||
return MALLOCCHERI(sz);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user