@ -5,6 +5,11 @@ int main(void)
{
void *ptr;
printf("%zu\n", SMALL_CHUNK_SIZE);
ptr = malloc(1203);
show_alloc_mem();
ptr = realloc(ptr, 12045);
free(ptr);
}
The note is not visible to the blocked user.