![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "Platform/Headers/PlatformDefines.h"
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) |
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.
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.
int Vsnprintf8 | ( | char * | p, |
size_t | n, | ||
const char * | pFormat, | ||
va_list | arguments | ||
) |
Definition at line 27 of file EASTLImport.cpp.