Add even more heap debug names

This commit is contained in:
Max Roncace
2026-03-25 20:51:57 -04:00
parent 9c0110d0fa
commit 0de67a8320
16 changed files with 63 additions and 17 deletions
+1
View File
@@ -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();