8 template <std::u
int32_t SID = GStatGroup::kGStat_Default_Mem>
17 static void*
Alloc([[maybe_unused]]
const void* a_heapAddr,
UPInt a_size)
27 static void Free(
void* a_ptr)
32 static_assert(
sizeof(GAllocatorBaseGH<>) == 0x1);
Definition GAllocatorBaseGH.h:10
@ kStatID
Definition GAllocatorBaseGH.h:14
static void * Alloc(const void *a_heapAddr, UPInt a_size)
Definition GAllocatorBaseGH.h:17
static void * Realloc(void *a_ptr, UPInt a_newSize)
Definition GAllocatorBaseGH.h:22
static void Free(void *a_ptr)
Definition GAllocatorBaseGH.h:27
static void Free(void *a_ptr)
static void * Alloc(UPInt a_count)
static void * Realloc(void *a_ptr, UPInt a_newCount)
Definition AbsorbEffect.h:6
std::size_t UPInt
Definition SFTypes.h:5