Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 247 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 247 Bytes

Exercise 8-8

Write a routine bfree(p, n) that will free an arbitrary block p of n characters into the free list maintained by malloc and free.

By using bfree, a user can add a static or external array to the free list at any time.