Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_FPC_HEAP_STATUS Struct Reference

#include <system.h>

Data Fields

size_t maxheapsize
 Maximum allowed size for the heap, in bytes.
size_t maxheapused
 Maximum used size for the heap, in bytes.
size_t currheapsize
 Current heap size, in bytes.
size_t currheapused
 Currently used heap size, in bytes.
size_t currheapfree
 Currently free memory on heap, in bytes.

Detailed Description

System types RTL Heap Manager Types

Field Documentation

◆ maxheapsize

size_t maxheapsize

Maximum allowed size for the heap, in bytes.

◆ maxheapused

size_t maxheapused

Maximum used size for the heap, in bytes.

◆ currheapsize

size_t currheapsize

Current heap size, in bytes.

◆ currheapused

size_t currheapused

Currently used heap size, in bytes.

◆ currheapfree

size_t currheapfree

Currently free memory on heap, in bytes.


The documentation for this struct was generated from the following file: