
PT-20 Programming Guide
Checking the used heap size.
usedsize = UsedHeapSize();
The UsedHeapSize function can get the used heap size.
The used heap size in units of Kbytes.
Checking the free heap size.
freesize = FreeHeapSize();
The UsedHeapSize function can get the used heap size.
The total heap size in units of Kbytes.
Kommentare zu diesen Handbüchern