diff --git a/benchmarks/allocator/allocator_shared_object_file.c b/benchmarks/allocator/allocator_shared_object_file.c index 5a8485b..d1b6836 100644 --- a/benchmarks/allocator/allocator_shared_object_file.c +++ b/benchmarks/allocator/allocator_shared_object_file.c @@ -266,7 +266,7 @@ void *malloc(size_t sz) sz = __builtin_align_up(sz, _Alignof(max_align_t)); // printf("%d \n", sz); - // printf("%d Malloc counter\n", MallocCounter); + printf("%d Malloc counter\n", MallocCounter); MallocCounter -= sz; void *ptrLink = &ptr[MallocCounter];