OpenBarnyard
 
Loading...
Searching...
No Matches
T2Allocator.h File Reference
#include "Toshi/Typedefs.h"

Go to the source code of this file.

Classes

class  T2Allocator
 
class  T2GlobalAllocator
 

Functions

TFORCEINLINE T2AllocatorGetGlobalAllocator ()
 

Variables

T2GlobalAllocator ms_oGlobalAllocator
 

Function Documentation

◆ GetGlobalAllocator()

TFORCEINLINE T2Allocator * GetGlobalAllocator ( )

Definition at line 49 of file T2Allocator.h.

50{
51 return &ms_oGlobalAllocator;
52}
T2GlobalAllocator ms_oGlobalAllocator

Variable Documentation

◆ ms_oGlobalAllocator

T2GlobalAllocator ms_oGlobalAllocator
extern