diff --git a/benchmarks/benchmarks/XSbench/malloc.h b/benchmarks/benchmarks/XSbench/malloc.h index b898b8b..28228ee 100644 --- a/benchmarks/benchmarks/XSbench/malloc.h +++ b/benchmarks/benchmarks/XSbench/malloc.h @@ -105,6 +105,7 @@ INITAlloc(void) { // Quick malloc implementation with mmap void* MALLOCCHERI(size_t sz) { + printf("Malloc called lol"); sz = __builtin_align_up(sz, _Alignof(max_align_t)); // printf("%d \n", sz);