Skip to content

Commit

Permalink
Merge pull request #3 from andig/readme
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
rhempel committed Feb 2, 2016
2 parents fcc6ee3 + 548fd6d commit 8b9586c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ list to point at block index 1.
+----+----+----+----+ +----+----+----+----+
0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 |
+----+----+----+----+ +----+----+----+----+
+----+----+----+----+
1 | 0 | 0 | 0 | 0 |
+----+----+----+----+
+----+----+----+----+
1 | 0 | 0 | 0 | 0 |
+----+----+----+----+
```

The heap is now ready to complete the first malloc operation.
Expand Down Expand Up @@ -205,9 +205,9 @@ pf |*?? | ?? | cf | ?? | pf |*?? | ?? | lf | ?? |
+----+----+----+----+ +----+----+----+----+
cf | 0 | p | 0 | pf | c | lf | p | ... |
+----+----+----+----+ +----+----+----+----+
+----+----+----+----+
lf | 0 | cf | 0 | pf |
+----+----+----+----+
+----+----+----+----+
lf | 0 | cf | 0 | pf |
+----+----+----+----+
```

As we walk the free list looking for a block of size b or larger, we get
Expand Down

0 comments on commit 8b9586c

Please sign in to comment.