|
void | debug (const MString &objectName, const MString &elementsName) |
| Debug output for mAlloc. More...
|
|
void | debug (const MString &objectName) |
|
void | debug_collector (const MString &objectName, const MInt maxSize, const MString &function) |
|
void | debug_list (const MString &objectName, const MInt maxSize, const MString &function) |
|
template<class T > |
MInt | findAllocatedObject (const T *const a, std::vector< GenericObject * >::iterator &hit) |
| Find the allocated object for a given pointer. More...
|
|
template<class T > |
MBool | isAllocated (const T *const a) |
| Check if the given pointer belongs to an allocated object. More...
|
|
template<class T > |
void | checkPointer (const T *const a, const MString objectName, const MString function) |
|
template<class T > |
void | checkPointer (const T *const, const MString &, const MString &) |
|
template<class T > |
void | store_collector (Collector< T > *a, MLong maxSize, const MString &objectName, const MString &functionName) |
|
template<class T > |
Collector< T > * | make_collector (const MLong size, const MInt dummy1, const MInt dummy2, const MInt dummy3, const MInt dummy4) |
|
template<class T > |
Collector< T > * | make_collector (const MLong size, const MInt dimension, const MFloat dummy, const MInt maxNoSets) |
|
template<class T > |
Collector< T > * | make_collector (const MLong size, const MInt dimension, const MInt dummy, const MInt dummy1) |
|
template<class T > |
Collector< T > * | make_collector (const MLong size, const MInt dimension, const MInt distributions, const MInt distributions1, const MInt maxNoSurfaces, const MInt dummy1) |
|
template<class T > |
Collector< T > * | make_collector (const MLong size, const MInt dimension, const MInt distributions) |
|
template<class T > |
Collector< T > * | make_collector (const MLong size, const MInt dimension) |
|
template<class T > |
Collector< T > * | make_collector (const MLong size) |
|