All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
AllocationSite.h
1 #pragma once
2 
3 namespace Eegeo
4 {
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 };