|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
IAlloc Class Reference#include <gv_types.h>
Inheritance diagram for IAlloc:
[legend]List of all members.
|
Public Member Functions |
| virtual | ~IAlloc (void) |
| virtual void | Init () |
| virtual void | Shut () |
| virtual unsigned long | Alloc (unsigned long count, const char *Tag) |
| virtual void * | Malloc (unsigned long count, const char *Tag) |
| virtual void * | Realloc (void *mem, unsigned long count, const char *Tag) |
| virtual void | Free (void *mem) |
| virtual void | DumpAllocs () |
| virtual void | HeapCheck () |
Detailed Description
Definition at line 130 of file gv_types.h.
Constructor & Destructor Documentation
| virtual IAlloc::~IAlloc |
( |
void |
|
) |
[inline, virtual] |
Member Function Documentation
| virtual void IAlloc::Init |
( |
|
) |
[inline, virtual] |
| virtual void IAlloc::Shut |
( |
|
) |
[inline, virtual] |
| virtual unsigned long IAlloc::Alloc |
( |
unsigned long |
count, |
|
|
const char * |
Tag | |
|
) |
| | [inline, virtual] |
| virtual void* IAlloc::Malloc |
( |
unsigned long |
count, |
|
|
const char * |
Tag | |
|
) |
| | [inline, virtual] |
| virtual void* IAlloc::Realloc |
( |
void * |
mem, |
|
|
unsigned long |
count, |
|
|
const char * |
Tag | |
|
) |
| | [inline, virtual] |
| virtual void IAlloc::Free |
( |
void * |
mem |
) |
[inline, virtual] |
| virtual void IAlloc::DumpAllocs |
( |
|
) |
[inline, virtual] |
| virtual void IAlloc::HeapCheck |
( |
|
) |
[inline, virtual] |
The documentation for this class was generated from the following file:
|