NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_heap_allocator.hpp
1
#pragma once
2
#include <game/mLib/m_allocator.hpp>
3
#include <game/mLib/m_heap.hpp>
4
5
class
dHeapAllocator_c :
public
mHeapAllocator_c
{
6
public
:
7
dHeapAllocator_c();
8
virtual
~dHeapAllocator_c();
9
10
size_t
adjustFrmHeap();
11
EGG::FrmHeap *createFrmHeap(
size_t
size, EGG::Heap *parent,
const
char
*name,
size_t
align);
12
};
mHeapAllocator_c::mHeapAllocator_c
mHeapAllocator_c()
Constructs a new heap allocator.
Definition
m_allocator.cpp:87
include
game
bases
d_heap_allocator.hpp
Made with ❤️ by
CLF78
and
RootCubed
. Logos by
Chasical
and
B1
. Website generated by
Doxygen
1.15.0