@@ -14,7 +14,7 @@ void * TEST_MALLOC(size_t size)
void TEST_FREE(void *p)
{
size_t s = malloc_usable_size(p) - 8;
size_t s = malloc_usable_size(p);
printf("freed %lu\n", s);
free_counter += s;
The note is not visible to the blocked user.