- Function
Add a block to the heap.
- Header
- Declaration
void __fastcall__ _heapadd (void* mem, size_t size);
- Description
The function adds a block of raw memory to the heap.
- Limits
- The minimum blocksize that can be added is 6 bytes; the function will ignore blocks with smaller sizes.
- Availability
cc65
- See also
- Example
None.