From 83fda95e34ea8bab01ee5cfbba6a1a9fe7de44e8 Mon Sep 17 00:00:00 2001 From: Akilan Date: Mon, 11 Aug 2025 13:32:01 +0100 Subject: [PATCH] test whole program --- benchmarks/allocator/allocator_shared_object_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/allocator/allocator_shared_object_file.c b/benchmarks/allocator/allocator_shared_object_file.c index c2b53c9..5a8485b 100644 --- a/benchmarks/allocator/allocator_shared_object_file.c +++ b/benchmarks/allocator/allocator_shared_object_file.c @@ -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) {