Add more heap names for debug

This commit is contained in:
Max Roncace
2026-03-20 20:59:50 -04:00
parent 0474db2fdf
commit 3fe39464f1
20 changed files with 44 additions and 15 deletions
+1
View File
@@ -2080,6 +2080,7 @@ void dComIfGp_createSubExpHeap2D() {
if (dComIfGp_getSubExpHeap2D(i) == NULL) {
JKRExpHeap* i_heap = JKRCreateExpHeap(size, dComIfGp_getExpHeap2D(), false);
JUT_ASSERT(3576, i_heap != NULL);
JKRHEAP_NAMEF(i_heap, "SubExpHeap2D %d", i);
dComIfGp_setSubExpHeap2D(i, i_heap);
}
}