Newton Dynamics  4.00
dClassAlloc Class Reference

Base class for providing memory allocation for all other engine classes. More...

Inheritance diagram for dClassAlloc:
dBezierSpline dContainersAlloc< T > dConvexHull3d dGoogol dIsoSurface dNodeBaseHierarchy dPolygonSoupBuilder dPolygonSoupDatabase dPolyhedra dString dTemplateVector< T > dTemplateVector< dGoogol > ndBody ndBodyNotify ndConstraintDebugCallback ndContactNotify ndDynamicsUpdate ndFixSizeBuffer< T, size > ndJointBilateralConstraint ndModel ndScene ndSceneNode ndShape ndShapeDebugCallback ndShapeInstance ndWorld

Public Member Functions

 dClassAlloc ()
 Empty.
 
 ~dClassAlloc ()
 Empty.
 
void * operator new (size_t size)
 Overloaded operator new for any subclass derived from dClassAlloc.
 
void operator delete (void *ptr)
 Overloaded operator delete for any subclass derived from dClassAlloc.
 

Static Public Member Functions

static D_CORE_API void * Malloc (size_t size)
 Generic allocation for any function subclass from dClassAlloc.
 
static D_CORE_API void Free (void *const ptr)
 Generic destruction for any function subclass from dClassAlloc.
 

Detailed Description

Base class for providing memory allocation for all other engine classes.