5#include <egg/core/ExpHeap.hh>
16 EGG::ExpHeap *heap = EGG::Heap::dynamicCastToExp(EGG::Heap::getCurrentHeap());
18 GroupID prevID =
static_cast<GroupID
>(heap->getGroupID());
20 if (prevID != GroupID::None) {
21 WARN(
"Overwriting non-default group ID! Replacing %d with %d", prevID, newID);
24 heap->setGroupID(
static_cast<u16>(newID));
28 EGG::ExpHeap *heap = EGG::Heap::dynamicCastToExp(EGG::Heap::getCurrentHeap());
30 heap->setGroupID(
static_cast<u16>(GroupID::None));
This header houses common data types such as our integral types and enums.
High-level implementation of a memory heap for managing dynamic memory allocation....
ScopeLock(GroupID newID)
Temporarily changes the group ID of a given heap to better track memory allocation.