QP/C  7.4.0-rc.3
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 81 of file qmpool.h.

Member Data Documentation

◆ next

struct QFreeBlock* next
private

Link to the next memory block.

Definition at line 85 of file qmpool.h.

◆ next_dis

uintptr_t next_dis
private

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

Definition at line 89 of file qmpool.h.


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