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

#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_SNAPSHOTnext
 Next entry in Heap snapshot.

Field Documentation

◆ address

size_t address

Address of the Heap Block.

◆ size

size_t size

Size of the Heap Block (including the size of the THeapBlock structure).

◆ state

uint32_t state

State of the Heap Block (eg HEAP_STATE_FREE).

◆ flags

uint32_t flags

Flags of the Heap Block (eg HEAP_FLAG_SHARED).

◆ affinity

uint32_t affinity

CPU Affinity of the Heap Block (eg CPU_AFFINITY_0).

◆ next

Next entry in Heap snapshot.


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