![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#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. | |
| 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.