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

#include <system.h>

Data Fields

uint32_t totaladdrspace
 Total amount of available addressable memory.
uint32_t totaluncommitted
 Total amount of uncommitted memory.
uint32_t totalcommitted
 Total amount of committed memory.
uint32_t totalallocated
 Total amount of allocated memory.
uint32_t totalfree
 Total amount of free memory.
uint32_t freesmall
 Total amount of free small memory blocks.
uint32_t freebig
 Total amount of free large memory blocks.
uint32_t unused
 Total amount of free process memory.
uint32_t overhead
 Total bytes of overhead by memory manager.
uint32_t heaperrorcode
 Last error code.

Field Documentation

◆ totaladdrspace

uint32_t totaladdrspace

Total amount of available addressable memory.

◆ totaluncommitted

uint32_t totaluncommitted

Total amount of uncommitted memory.

◆ totalcommitted

uint32_t totalcommitted

Total amount of committed memory.

◆ totalallocated

uint32_t totalallocated

Total amount of allocated memory.

◆ totalfree

uint32_t totalfree

Total amount of free memory.

◆ freesmall

uint32_t freesmall

Total amount of free small memory blocks.

◆ freebig

uint32_t freebig

Total amount of free large memory blocks.

◆ unused

uint32_t unused

Total amount of free process memory.

◆ overhead

uint32_t overhead

Total bytes of overhead by memory manager.

◆ heaperrorcode

uint32_t heaperrorcode

Last error code.


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