Files
tp/libs/JSystem/JKernel/JKRAssertHeap.cpp
T
Jonathan Wase fb1217e3f9 Types and functions for JKRThread, JKRFile, JKRDvdFile, JKRFileCache... (#17)
* Added JSUListIterator and decompiled JKRHeap::dispose_subroutine

* JKRDisposer!

* only 4 functions not OK in JKRHeap

* JKRThread asm functions

* more JKRThread

* JKRThreadSwitch

* JKRThread::JKRThread

* More JKRTHread functions and vtable

* fixed bad merge

* update JKRThread and JKRThreadSwitch to use new virtual inheritance

* save before asmsplit.py script

* JKRFile

* JKRDvdFile

* JKRFileCache

* JKRFileFinder

* JKRFileLoader

* JKRAssertHeap

* JKRExpHeap

* JKRSolidHeap

* fixed type and functions definitions

* JKRArchive (Pub)

* missed file

* JKRArchive

* forgot obj_files.mk

* fixed merge error and class members

* class members

* removed unused asm files

* added names to global variables

* class members for JKRHeap, JKRExpHeap, JKRSolidHeap, and JKRFileCache.
2020-12-05 12:45:10 -05:00

103 lines
2.5 KiB
C++

#include "JSystem/JKernel/JKRAssertHeap/JKRAssertHeap.h"
#include "global.h"
asm JKRAssertHeap::JKRAssertHeap(void*, unsigned long, JKRHeap*, bool) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D12C4.s"
}
asm JKRAssertHeap::~JKRAssertHeap() {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1300.s"
}
asm void JKRAssertHeap::create(JKRHeap*) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1368.s"
}
asm void JKRAssertHeap::do_destroy(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D13D8.s"
}
asm u32 JKRAssertHeap::getHeapType(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1408.s"
}
asm bool JKRAssertHeap::check(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1414.s"
}
asm bool JKRAssertHeap::dump(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D141C.s"
}
asm void JKRAssertHeap::dump_sort(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1424.s"
}
asm u8 JKRAssertHeap::do_changeGroupID(u8 param_1) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D142C.s"
}
asm u8 JKRAssertHeap::do_getCurrentGroupId(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1434.s"
}
asm void* JKRAssertHeap::do_alloc(u32, int) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D143C.s"
}
asm void JKRAssertHeap::do_free(void*) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1444.s"
}
asm void JKRAssertHeap::do_freeAll(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1448.s"
}
asm void JKRAssertHeap::do_freeTail(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D144C.s"
}
asm void JKRAssertHeap::do_fillFreeArea(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1450.s"
}
asm s32 JKRAssertHeap::do_resize(void*, u32) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1454.s"
}
asm s32 JKRAssertHeap::do_getSize(void*) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D145C.s"
}
asm s32 JKRAssertHeap::do_getFreeSize(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1464.s"
}
asm void* JKRAssertHeap::do_getMaxFreeBlock(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D146C.s"
}
asm s32 JKRAssertHeap::do_getTotalFreeSize(void) {
nofralloc
#include "JSystem/JKernel/JKRAssertHeap/asm/func_802D1474.s"
}