As I know heap consists of chunks and each chunks have prev_size, size(+ 3bits), and data sequently. So, I tried to check size of chunk with code below
#inclu