test whole program
This commit is contained in:
@@ -256,7 +256,7 @@ static void INITREGULARALLOC(void) {
|
||||
|
||||
int notrun = 0;
|
||||
// Quick malloc implementation with mmap
|
||||
void* malloc(size_t sz)
|
||||
void *malloc(size_t sz)
|
||||
{
|
||||
// If malloc is called for the first time then allocate huge page
|
||||
// if (notrun == 0) {
|
||||
|
||||
Reference in New Issue
Block a user