Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
kAlloc GdkTool_MessageAlloc ( GdkTool  tool)

Returns the message processing memory allocator.

Use this allocator to allocate objects used while processing scan data messages (ie. objects created within the VProcess() function). In cases where lots of memory need to be allocated/deallocated, the message allocator returned by this function can give better performance compared to using other allocators.

Parameters
toolTool object.
Returns
Message processor allocator.