Assumptions
Let's learn about the assumptions that we make while dealing with free space management.
We'll cover the following...
Most of this discussion will focus on the great history of allocators found in user-level memory-allocation libraries. We draw on
Basic interface is provided by malloc() and free()
We assume a basic interface such as ...