CSE 351 Tools

Heap

0x00000x00080x00100x00180x00200x00280x00300x00380x00400x00480x00500x00580x00600x00680x00700x007812810

Blocks have a pink header, describing their size, whether they are used, and whether the previous block is used. Unused blocks also have a blue previous and next pointer, and an orange footer.

Malloc Size


The size, in bytes, to allocate

Malloc


Allocates a new block

Explain


Allocates and frees step by step

Undo


Reverses the last operation

Status

Nothing has happened yet

Export History


Downloads history of operations

Redo


Like undo but for undo