QP/C  8.0.0
Real-Time Embedded Framework
Loading...
Searching...
No Matches
QFreeBlock Struct Reference

Structure representing a free block in QMPool. More...

#include "qmpool.h"

Private Attributes

struct QFreeBlocknext
 Link to the next memory block.
 
uintptr_t next_dis
 Duplicate inverse storage for the next pointer (QP FuSa Subsystem)
 

Detailed Description

Structure representing a free block in QMPool.

Definition at line 73 of file qmpool.h.

Member Data Documentation

◆ next

struct QFreeBlock* next
private

Link to the next memory block.

Definition at line 77 of file qmpool.h.

◆ next_dis

uintptr_t next_dis
private

Duplicate inverse storage for the next pointer (QP FuSa Subsystem)

Definition at line 81 of file qmpool.h.


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