![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <heapmanager.h>
Data Fields | |
| size_t | address |
| Address of the Heap Block. | |
| size_t | size |
| Size of the Heap Block (including the size of the THeapBlock structure). | |
| uint32_t | state |
| State of the Heap Block (eg HEAP_STATE_FREE). | |
| uint32_t | flags |
| Flags of the Heap Block (eg HEAP_FLAG_SHARED). | |
| uint32_t | affinity |
| CPU Affinity of the Heap Block (eg CPU_AFFINITY_0). | |
| HEAP_SNAPSHOT * | next |
| Next entry in Heap snapshot. | |
| size_t address |
Address of the Heap Block.
| size_t size |
Size of the Heap Block (including the size of the THeapBlock structure).
| uint32_t state |
State of the Heap Block (eg HEAP_STATE_FREE).
| uint32_t flags |
Flags of the Heap Block (eg HEAP_FLAG_SHARED).
| uint32_t affinity |
CPU Affinity of the Heap Block (eg CPU_AFFINITY_0).
| HEAP_SNAPSHOT* next |
Next entry in Heap snapshot.