What version of SYS/BIOS are you using?
You can simply call
Memory_getStats(NULL, &stats);
When you use NULL, you get the default heap. BIOS by default sets up the default heap and it's size is dictated by the BIOS.heapSize parameter.
Todd
What version of SYS/BIOS are you using?
You can simply call
Memory_getStats(NULL, &stats);
When you use NULL, you get the default heap. BIOS by default sets up the default heap and it's size is dictated by the BIOS.heapSize parameter.
Todd