Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | research/heap.sh: Clear freed block's next_free pointer | P. J. McDermott | 2017-02-10 | 1 | -0/+2 |
| | | | | Otherwise, __malloc() would fail to detect the last free block. | ||||
* | research/heap.sh: New file | P. J. McDermott | 2017-02-10 | 1 | -0/+42 |