NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
_MEMAllocatorFuncs Struct Reference

Description

Definition at line 28 of file MEMHeapCommon.h.

Public Attributes

void *(* alloc )(MEMAllocator *, size_t)
 
void(* free )(MEMAllocator *, void *)
 

Member Data Documentation

◆ alloc

void *(* _MEMAllocatorFuncs::alloc) (MEMAllocator *, size_t)

Definition at line 29 of file MEMHeapCommon.h.

◆ free

void(* _MEMAllocatorFuncs::free) (MEMAllocator *, void *)

Definition at line 30 of file MEMHeapCommon.h.