Merge branch 'inspector' of git.cs.vt.edu:cs3214-staff/malloclab into inspector

This commit is contained in:
Godmar Back 2021-03-30 12:42:34 -04:00
commit 2f899111c1

View File

@ -1,4 +1,3 @@
# Heap Inspector # Heap Inspector
The specification for Project 3 is on the course website. This README describes the specification for a brand new tool that can aid in the development of the malloclab project. The specification for Project 3 is on the course website. This README describes the specification for a brand new tool that can aid in the development of the malloclab project.
@ -119,6 +118,7 @@ left, right, n, space Step to the next or previous heap activity
up, down Change the heap memory location up, down Change the heap memory location
page up, page down Jump to the beginning or end of the heap memory location page up, page down Jump to the beginning or end of the heap memory location
j Jump to the current pointer j Jump to the current pointer
t Open trace file menu
``` ```
Here is what the different coloring indicates in this tool: Here is what the different coloring indicates in this tool:
``` ```