next up previous contents index
Next: malloc() routine Up: Allocation Algorithms Previous: Allocation Algorithms

C Heap Allocation Model

  In the C standard storage allocation library, heap spaces obtained from the operating system are divided and allocated for mapping objects. There are many public-domain implementations of the routines, one of which is called Doug Lea's malloc (dlmalloc for short). [Lea 96]



 

Mori Tetsuya / t2y3141592@gmail.com