test whole program

This commit is contained in:
2025-08-11 13:32:01 +01:00
parent e10e31f20f
commit 83fda95e34

View File

@@ -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) {