Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
EASTLImport.cpp File Reference

Go to the source code of this file.

Functions

void * operator new[] (const size_t size, size_t alignment, size_t alignmentOffset, const char *pName, int flags, unsigned int debugFlags, const char *file, int line)
 
void * operator new[] (const size_t size, const char *pName, int flags, unsigned int debugFlags, const char *file, int line)
 
int Vsnprintf8 (char *p, size_t n, const char *pFormat, va_list arguments)
 

Function Documentation

◆ operator new[]() [1/2]

void * operator new[] ( const size_t  size,
const char *  pName,
int  flags,
unsigned int  debugFlags,
const char *  file,
int  line 
)

Definition at line 17 of file EASTLImport.cpp.

◆ operator new[]() [2/2]

void * operator new[] ( const size_t  size,
size_t  alignment,
size_t  alignmentOffset,
const char *  pName,
int  flags,
unsigned int  debugFlags,
const char *  file,
int  line 
)

Definition at line 5 of file EASTLImport.cpp.

◆ Vsnprintf8()

int Vsnprintf8 ( char *  p,
size_t  n,
const char *  pFormat,
va_list  arguments 
)

Definition at line 27 of file EASTLImport.cpp.