Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Memory.h File Reference
#include "DetourAlloc.h"
Include dependency graph for Memory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * dtCustomAlloc (int size, dtAllocHint)
void dtCustomFree (void *ptr)

Function Documentation

◆ dtCustomAlloc()

void * dtCustomAlloc ( int size,
dtAllocHint  )
inline

Definition at line 12 of file Memory.h.

Referenced by World::SetInitialWorldSettings().

◆ dtCustomFree()

void dtCustomFree ( void * ptr)
inline

Definition at line 17 of file Memory.h.

Referenced by World::SetInitialWorldSettings().