Data Structures | Macros
memory_manager_x64.h File Reference

Go to the source code of this file.

Data Structures

class  memory_manager_x64
 

Macros

#define g_mm   memory_manager_x64::instance()
 

Macro Definition Documentation

◆ g_mm

#define g_mm   memory_manager_x64::instance()

Memory Manager Macro

The following macro can be used to quickly call the memory manager as this class will likely be called by a lot of code.

Precondition
expects:
Postcondition
ensures: g_mm != nullptr

Definition at line 377 of file memory_manager_x64.h.