cs sdk v 1.14 released

Home  |  Product  |  Documents  |  Tutorials  |  FAQ |   Download  |   Forum |   Contacts  |   Link  


  Cross Suit

 Cross Suit SDK

 Documents
      classes
 Starting...
           Tutorials

 LUA tutorials

   Support

  Forum
  q&a

 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:

Inheritance graph
[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]

Definition at line 136 of file gv_types.h.


Member Function Documentation

virtual void IAlloc::Init (  )  [inline, virtual]

Definition at line 138 of file gv_types.h.

virtual void IAlloc::Shut (  )  [inline, virtual]

Definition at line 139 of file gv_types.h.

virtual unsigned long IAlloc::Alloc ( unsigned long  count,
const char *  Tag 
) [inline, virtual]

Definition at line 140 of file gv_types.h.

virtual void* IAlloc::Malloc ( unsigned long  count,
const char *  Tag 
) [inline, virtual]

Definition at line 141 of file gv_types.h.

virtual void* IAlloc::Realloc ( void *  mem,
unsigned long  count,
const char *  Tag 
) [inline, virtual]

Definition at line 142 of file gv_types.h.

virtual void IAlloc::Free ( void *  mem  )  [inline, virtual]

Definition at line 143 of file gv_types.h.

virtual void IAlloc::DumpAllocs (  )  [inline, virtual]

Definition at line 144 of file gv_types.h.

virtual void IAlloc::HeapCheck (  )  [inline, virtual]

Definition at line 145 of file gv_types.h.


The documentation for this class was generated from the following file:

Copyright(C) gvSystem & GamePlus All Rights Reserved.