MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getCurrentHeapError

Method getCurrentHeapError

include/JSystem/JKernel/JKRThread.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 TLoad *getLoadInfo() { return &mLoadInfo; }
121 JKRHeap *getCurrentHeap() const { return mCurrentHeap; }
122 s32 getCurrentHeapError() const { return mCurrentHeapError; }
123 void resume() { OSResumeThread(mThreadRecord); }
124
125 void setCurrentHeap(JKRHeap *heap)

Callers 1

callbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected