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
@@ -1173,6 +1173,7 @@ dPa_control_c::dPa_control_c() {
size_t heapSize = 0x96000;
#endif
m_resHeap = JKRCreateExpHeap(heapSize, mDoExt_getArchiveHeap(), false);
JKRHEAP_NAME(m_resHeap, "Particle control");
JUT_ASSERT(2426, m_resHeap != NULL);
mHeap = NULL;
mSceneHeap = NULL;