mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Update platformMemory.h
This commit is contained in:
parent
f3046a9c3e
commit
e5e3efb30c
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
namespace Memory
|
namespace Memory
|
||||||
{
|
{
|
||||||
|
#if !defined(TORQUE_DISABLE_MEMORY_MANAGER)
|
||||||
struct MemInfo
|
struct MemInfo
|
||||||
{
|
{
|
||||||
void* ptr;
|
void* ptr;
|
||||||
|
|
@ -44,6 +45,7 @@ namespace Memory
|
||||||
void shutdown();
|
void shutdown();
|
||||||
void getMemoryInfo(void* ptr, MemInfo& info);
|
void getMemoryInfo(void* ptr, MemInfo& info);
|
||||||
void checkPtr(void* ptr);
|
void checkPtr(void* ptr);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // _TORQUE_PLATFORM_PLATFORMMEMORY_H_
|
#endif // _TORQUE_PLATFORM_PLATFORMMEMORY_H_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue