malloc
chunk:该 Allocated chunk 的起始地址
mem:该 Allocated chunk 中用户可用区域的起始地址(= chunk + sizeof(malloc_chunk))
next_chunk:下一个 chunk(无论类型)的起始地址
chunk:该 Allocated chunk 的起始地址
mem:该 Allocated chunk 中用户可用区域的起始地址(= chunk + sizeof(malloc_chunk))
next_chunk:下一个 chunk(无论类型)的起始地址