Torque2D Reference
Public Member Functions | List of all members
DefaultValueMapAllocator Class Reference
+ Inheritance diagram for DefaultValueMapAllocator:

Public Member Functions

virtual ValueInternalMap * newMap ()
 
virtual ValueInternalMap * newMapCopy (const ValueInternalMap &other)
 
virtual void destructMap (ValueInternalMap *map)
 
virtual ValueInternalLink * allocateMapBuckets (unsigned int size)
 
virtual void releaseMapBuckets (ValueInternalLink *links)
 
virtual ValueInternalLink * allocateMapLink ()
 
virtual void releaseMapLink (ValueInternalLink *link)
 

Detailed Description

Todo:
make this thread-safe (lock when accessign batch allocator)

Member Function Documentation

virtual ValueInternalLink* allocateMapBuckets ( unsigned int  size)
inlinevirtual
virtual ValueInternalLink* allocateMapLink ( )
inlinevirtual
virtual void destructMap ( ValueInternalMap *  map)
inlinevirtual
virtual ValueInternalMap* newMap ( )
inlinevirtual
virtual ValueInternalMap* newMapCopy ( const ValueInternalMap &  other)
inlinevirtual
virtual void releaseMapBuckets ( ValueInternalLink *  links)
inlinevirtual
virtual void releaseMapLink ( ValueInternalLink *  link)
inlinevirtual

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