CSE 351 Tools
HeapBlocks 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 SizeThe size, in bytes, to allocate | MallocAllocates a new block | ExplainAllocates and frees step by step | UndoReverses the last operation |
StatusNothing has happened yet | Export HistoryDownloads history of operations | RedoLike undo but for undo |