First page Back Continue Last page Graphics
MultiTask! example
memory is set in “pools”
each pool consists of a number of memory buffers identical in size.
different pools can consist of different sized buffers
allocate is done through getbuf() or reqbuf()
- getbuf() blocks when no buffers are available
each method accept a parameter controlling which pool to allocate from.