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

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

#include "qmpool.hpp"

Private Attributes

QFreeBlockm_next
 
std::uintptr_t m_next_dis
 

Friends

class QMPool
 

Detailed Description

Structure representing a free block in QP::QMPool.

Definition at line 77 of file qmpool.hpp.

Friends And Related Symbol Documentation

◆ QMPool

friend class QMPool
friend

Definition at line 84 of file qmpool.hpp.

Member Data Documentation

◆ m_next

QFreeBlock* QP::QFreeBlock::m_next
private

Link to the next memory block

Definition at line 79 of file qmpool.hpp.

◆ m_next_dis

std::uintptr_t QP::QFreeBlock::m_next_dis
private

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

Definition at line 82 of file qmpool.hpp.


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