Add more heap names for debug

This commit is contained in:
Max Roncace
2026-03-20 20:59:50 -04:00
parent e22c9da163
commit 2c7ae22167
20 changed files with 44 additions and 15 deletions
+1
View File
@@ -51,6 +51,7 @@ JKRExpHeap* JKRExpHeap::createRoot(int maxHeaps, bool errorFlag) {
#endif
heap = JKR_NEW_ARGS (mem1) JKRExpHeap(start1, alignedSize, NULL, errorFlag);
sRootHeap = heap;
JKRHEAP_NAME(sRootHeap, "Root");
}
heap->field_0x6e = true;
return heap;