Argox PA-20 Programming Guide Uživatelský manuál Strana 103

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 130
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 102
PT-20 Programming Guide
101
Purpose
Checking the used heap size.
Syntax
int UsedHeapSize(void);
Example call
usedsize = UsedHeapSize();
Includes
#include “SDK.h ”
Description
The UsedHeapSize function can get the used heap size.
Returns
The used heap size in units of Kbytes.
FreeHeapSize
Purpose
Checking the free heap size.
Syntax
int FreeHeapSize(void);
Example call
freesize = FreeHeapSize();
Includes
#include “SDK.h ”
Description
The UsedHeapSize function can get the used heap size.
Returns
The total heap size in units of Kbytes.
Zobrazit stránku 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 129 130

Komentáře k této Příručce

Žádné komentáře