- Function
Return the largest block that is available on the heap.
- Header
- Declaration
size_t __fastcall__ _heapmaxavail (void);
- Description
The function returns the size of the largest block that may be allocated from the heap using
malloc
.- Availability
cc65
- See also
- Example
None.