|
Purpose |
Creates and initialises the heap used by DP4 functions. |
|
|
Syntax |
void heap_init(size_t size); |
|
|
Parameters |
size_t size |
size of the heap required |
|
Description |
This function works very differently for 16 and 32 bit programs.
|
|
|
Return values |
None |
|
|
See also |
||
This function should only be called once per program. Only the first call does anything. You can grow the DP4 heap by allocating memory some other way and adding to the heap with freex().