Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
MemoryTracking
AllocationSite.h
1
#pragma once
2
3
namespace
Eegeo
4
{
5
struct
AllocationSite
6
{
7
const
char
* type;
8
const
char
* file;
9
int
line;
10
11
AllocationSite
(
const
char
* _type,
const
char
* _file,
int
_line);
12
13
};
14
};
Generated on Sat Jun 10 2023 02:00:31 for eeGeo Platform SDK by
1.8.3.1