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

Footer structure at the end of each memory block for validation. More...

#include <TMemory.h>

Public Attributes

TUINT m_Unk1
 Unknown field 1.
 
TUINT m_Unk2
 Unknown field 2.
 
MemBlockm_pBlockOwner
 Pointer to the owning block.
 
TUINT m_Unk4
 Unknown field 4.
 

Detailed Description

Footer structure at the end of each memory block for validation.

Definition at line 117 of file TMemory.h.

Member Data Documentation

◆ m_pBlockOwner

MemBlock* TMemory::MemBlockFooter::m_pBlockOwner

Pointer to the owning block.

Definition at line 121 of file TMemory.h.

◆ m_Unk1

TUINT TMemory::MemBlockFooter::m_Unk1

Unknown field 1.

Definition at line 119 of file TMemory.h.

◆ m_Unk2

TUINT TMemory::MemBlockFooter::m_Unk2

Unknown field 2.

Definition at line 120 of file TMemory.h.

◆ m_Unk4

TUINT TMemory::MemBlockFooter::m_Unk4

Unknown field 4.

Definition at line 122 of file TMemory.h.


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