Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
MemoryTracking
TrackingAllocator.h
1
#pragma once
2
3
#include "Types.h"
4
5
#if defined(EEGEO_IOS) || defined(EEGEO_OSX)
6
#include <malloc/malloc.h>
7
#endif
8
9
namespace
Eegeo
10
{
11
class
TrackingAllocator
12
{
13
public
:
14
15
static
void
* PerformAlloc(
int
alignment,
size_t
size);
16
static
void
PerformFree(
void
* ptr);
17
};
18
};
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1