Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
profile.cpp File Reference
#include "_pch.h"
#include <new>
#include "mmsystem.h"

Go to the source code of this file.

Functions

void * ProfileAllocMemory (unsigned numBytes)
 
void * ProfileReAllocMemory (void *oldPtr, unsigned newSize)
 
void ProfileFreeMemory (void *ptr)
 

Variables

int profileTracerInit =atexit(ProfileShutdown)
 

Function Documentation

◆ ProfileAllocMemory()

void * ProfileAllocMemory ( unsigned numBytes)

Definition at line 44 of file profile.cpp.

◆ ProfileFreeMemory()

void ProfileFreeMemory ( void * ptr)

Definition at line 82 of file profile.cpp.

◆ ProfileReAllocMemory()

void * ProfileReAllocMemory ( void * oldPtr,
unsigned newSize )

Definition at line 52 of file profile.cpp.

Variable Documentation

◆ profileTracerInit

int profileTracerInit =atexit(ProfileShutdown)

Definition at line 382 of file profile.cpp.