OpenBarnyard
 
Loading...
Searching...
No Matches
TMemory::MemBlockSlot Struct Reference

Slot for tracking memory blocks in the block list. More...

#include <TMemory.h>

Inheritance diagram for TMemory::MemBlockSlot:
TNodeList< T >::TNode

Public Attributes

MemBlockm_pPtr = TNULL
 Pointer to the memory block.
 

Additional Inherited Members

- Public Member Functions inherited from TNodeList< T >::TNode
constexpr TNode ()
 
constexpr TNode (const TNode &a_rcNode)
 
 TNode (TNode &&a_rNode)
 
T * Next () const
 
T * Prev () const
 
void Remove ()
 
void SetList (TNodeList *list)
 
TNodeListGetList () const
 
TBOOL IsLinked () const
 
- Protected Attributes inherited from TNodeList< T >::TNode
friend TNodeList
 
TNodeListm_pList
 
T * m_pNext
 
T * m_pPrev
 

Detailed Description

Slot for tracking memory blocks in the block list.

Definition at line 129 of file TMemory.h.

Member Data Documentation

◆ m_pPtr

MemBlock* TMemory::MemBlockSlot::m_pPtr = TNULL

Pointer to the memory block.

Definition at line 131 of file TMemory.h.


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