Overview
- Object ID : 2122 (2013-05-02)
- Author : Peter Verkaik | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Categories : Data Storage, Tool
- Licence : Other
Content
This object presents a heap. The heap is a large contiguous byte array. The object provides all the methods for allocating and freeing blocks of memory and does all the housekeeping to preserve the heap integrity. Allocation of blocks is done using a first-fit scheme. Blocks can be allocated and freed in any order.