From acc7b60d079c7ec5625565323647fea748a69e2b Mon Sep 17 00:00:00 2001 From: Akilan Date: Thu, 28 Aug 2025 11:08:31 +0100 Subject: [PATCH] test whole program --- benchmarks/benchmarks/XSbench/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/benchmarks/XSbench/malloc.h b/benchmarks/benchmarks/XSbench/malloc.h index 594d801..8d7b540 100644 --- a/benchmarks/benchmarks/XSbench/malloc.h +++ b/benchmarks/benchmarks/XSbench/malloc.h @@ -325,7 +325,7 @@ static char *heap_start; static char *heap; -static size_t HEAP_SIZE = 102 4 * 1024 * 1024; +static size_t HEAP_SIZE = 1024 * 1024 * 1024; void *MALLOCCHERI(size_t sz) { printf("printing malloc");