mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 19:44:32 -04:00
Add more heap names for debug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user