mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-30 01:49:04 -04:00
Add even more heap debug names
This commit is contained in:
@@ -40,6 +40,7 @@ int dTimer_c::_create() {
|
||||
dComIfGp_setAllMapArchive(resInfo->getArchive());
|
||||
|
||||
mp_heap = fopMsgM_createExpHeap(0x11000, NULL);
|
||||
JKRHEAP_NAME(mp_heap, "dTimer_c::mp_heap");
|
||||
JKRHeap* prev_heap = mDoExt_setCurrentHeap(mp_heap);
|
||||
if (mp_heap != NULL) {
|
||||
mp_heap->getTotalFreeSize();
|
||||
|
||||
Reference in New Issue
Block a user