Heap handle.
Public Attributes#
void *
Base address of the heap memory.
size_t
Total size of the heap memory, in bytes.
size_t
Used size of the heap memory, in bytes.
size_t
High watermark of the used heap memory, in bytes.
uint32_t
Number of free blocks in the heap.
void *
Long-term free blocks list head pointer.
void *
Short-term free blocks list head pointer.
Heap attributes.
void *
Retention control handle.
Pointer to next heap handle.