Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
JKRHeap.cpp File Reference

Functions

static void dummy1 (JKRHeap *heap)
 
static void dummy2 ()
 
void JKRDefaultMemoryErrorRoutine (void *heap, u32 size, int alignment)
 
void * operator new (size_t size)
 
void * operator new (size_t size, int alignment)
 
void * operator new (size_t size, JKRHeap *heap, int alignment)
 
void * operator new[] (size_t size)
 
void * operator new[] (size_t size, int alignment)
 
void * operator new[] (size_t size, JKRHeap *heap, int alignment)
 
void operator delete (void *ptr)
 
void operator delete[] (void *ptr)
 

Variables

u8 JKRValue_DEBUGFILL_NOTUSE = 0xFD
 
u8 JKRValue_DEBUGFILL_NEW = 0xCD
 
u8 JKRValue_DEBUGFILL_DELETE = 0xDD
 
static bool data_80451380
 
s32 fillcheck_dispcount = 100
 
bool data_8074A8D0_debug = true
 
void * ARALT_AramStartAdr = (void*)0x90000000
 

Function Documentation

◆ dummy1()

static void dummy1 ( JKRHeap * heap)
static

◆ dummy2()

static void dummy2 ( )
static

◆ JKRDefaultMemoryErrorRoutine()

void JKRDefaultMemoryErrorRoutine ( void * heap,
u32 size,
int alignment )

◆ operator delete()

void operator delete ( void * ptr)

◆ operator delete[]()

void operator delete[] ( void * ptr)

◆ operator new() [1/3]

void * operator new ( size_t size)

◆ operator new() [2/3]

void * operator new ( size_t size,
int alignment )

◆ operator new() [3/3]

void * operator new ( size_t size,
JKRHeap * heap,
int alignment )

◆ operator new[]() [1/3]

void * operator new[] ( size_t size)

◆ operator new[]() [2/3]

void * operator new[] ( size_t size,
int alignment )

◆ operator new[]() [3/3]

void * operator new[] ( size_t size,
JKRHeap * heap,
int alignment )

Variable Documentation

◆ ARALT_AramStartAdr

void* ARALT_AramStartAdr = (void*)0x90000000

◆ data_80451380

bool data_80451380
static

◆ data_8074A8D0_debug

bool data_8074A8D0_debug = true

◆ fillcheck_dispcount

s32 fillcheck_dispcount = 100

◆ JKRValue_DEBUGFILL_DELETE

u8 JKRValue_DEBUGFILL_DELETE = 0xDD

◆ JKRValue_DEBUGFILL_NEW

u8 JKRValue_DEBUGFILL_NEW = 0xCD

◆ JKRValue_DEBUGFILL_NOTUSE

u8 JKRValue_DEBUGFILL_NOTUSE = 0xFD

JKRHeap.cpp JSystem Heap Framework