OpenBarnyard
 
Loading...
Searching...
No Matches
TMemoryInitialiser.h
Go to the documentation of this file.
1#pragma once
2#include "TMemory.h"
3#include "Toshi/Typedefs.h"
4
6
8{
9public:
10 // $Barnyard: FUNCTION 006bfca0
12 {
13 Initialise();
14 }
15
16 // $Barnyard: FUNCTION 006bfcb0
21
23 {
24 TMemory::Initialise( 0, 0 );
25 return 0;
26 }
27
29 {
31 }
32};
33
Core memory management system for the Toshi engine.
#define TOSHI_NAMESPACE_START
Definition Defines.h:47
#define TOSHI_NAMESPACE_END
Definition Defines.h:50
int TINT
Definition Typedefs.h:7
static TBOOL Initialise(TSIZE a_uiHeapSize, TSIZE a_uiReservedSize, TUINT a_uiUnused=0)
Initializes the memory system.
Definition TMemory.cpp:708
static void Deinitialise()
Deinitializes the memory system.
Definition TMemory.cpp:743