mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-10 02:35:17 -04:00
Add more heap names for debug
This commit is contained in:
@@ -659,6 +659,7 @@ static JKRAssertHeap* AssertHeap;
|
||||
JKRAssertHeap* mDoExt_createAssertHeap(JKRHeap* parentHeap) {
|
||||
JUT_ASSERT(1666, AssertHeap == NULL);
|
||||
AssertHeap = JKRAssertHeap::create(parentHeap);
|
||||
JKRHEAP_NAME(AssertHeap, "Assert");
|
||||
return AssertHeap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user