#include <HeapCommon.hh>
A low-level representation of a memory heap for managing dynamic memory allocation. Interface for allocating and freeing memory blocks.
Definition at line 13 of file HeapCommon.hh.
Public Types | |
enum class | FillType { NoUse = 0 , Alloc = 1 , Free = 2 } |
enum class | eOptFlag { ZeroFillAlloc = 0 , DebugFillAlloc = 1 } |
typedef EGG::TBitFlag< u16, eOptFlag > | OptFlag |
Public Member Functions | |
MEMList & | getChildList () |
void * | getHeapStart () |
void * | getHeapEnd () |
Static Public Member Functions | |
static MEMList & | getRootList () |
static u32 | getFillVal (FillType type) |
static MEMiHeapHead * | findContainHeap (const void *block) |
static constexpr u16 | getLinkOffset () |
Protected Member Functions | |
MEMiHeapHead (u32 signature, void *heapStart, void *heapEnd, const OptFlag &opt) | |
void | fillNoUseMemory (void *address, u32 size) |
void | fillAllocMemory (void *address, u32 size) |
void | fillFreeMemory (void *address, u32 size) |
Private Member Functions | |
MEMList & | findListContainHeap () const |
Static Private Member Functions | |
static MEMiHeapHead * | findContainHeap (MEMList *list, const void *block) |
Private Attributes | |
u32 | m_signature |
OptFlag | m_optFlag |
MEMLink | m_link |
MEMList | m_childList |
void * | m_heapStart |
void * | m_heapEnd |
Static Private Attributes | |
static MEMList | s_rootList = MEMList(MEMiHeapHead::getLinkOffset()) |
static constexpr std::array< u32, 3 > | s_fillVals |
Definition at line 25 of file HeapCommon.hh.
|
strong |
Definition at line 21 of file HeapCommon.hh.
|
strong |
Definition at line 15 of file HeapCommon.hh.
|
protected0x8019832C |
Definition at line 35 of file HeapCommon.cc.
|
protected0x801984EC |
Definition at line 48 of file HeapCommon.cc.
|
protected |
Definition at line 59 of file HeapCommon.cc.
|
protected |
Definition at line 67 of file HeapCommon.cc.
|
protected |
Definition at line 53 of file HeapCommon.cc.
|
staticnodiscard0x80198658 |
Definition at line 30 of file HeapCommon.cc.
|
staticnodiscardprivate0x801981EC |
Definition at line 74 of file HeapCommon.cc.
|
nodiscardprivate |
Definition at line 94 of file HeapCommon.cc.
|
nodiscard |
Definition at line 7 of file HeapCommon.cc.
|
staticnodiscard |
Definition at line 23 of file HeapCommon.cc.
|
nodiscard |
Definition at line 15 of file HeapCommon.cc.
|
nodiscard |
Definition at line 11 of file HeapCommon.cc.
|
inlinestaticnodiscardconstexpr |
Definition at line 35 of file HeapCommon.hh.
|
staticnodiscard |
Definition at line 19 of file HeapCommon.cc.
|
private |
Definition at line 54 of file HeapCommon.hh.
|
private |
Definition at line 56 of file HeapCommon.hh.
|
private |
Definition at line 55 of file HeapCommon.hh.
|
private |
Definition at line 53 of file HeapCommon.hh.
|
private |
Definition at line 52 of file HeapCommon.hh.
|
private |
Definition at line 51 of file HeapCommon.hh.
|
staticconstexprprivate |
Definition at line 59 of file HeapCommon.hh.
|
staticprivate |
Definition at line 58 of file HeapCommon.hh.