test whole program
This commit is contained in:
@@ -186,7 +186,7 @@ void* MALLOCCHERI(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];
|
||||
|
||||
Reference in New Issue
Block a user