![]() |
aGrUM
0.14.2
|
Methods of the MultiDimFunctionGraph InternalNode class. More...
Go to the source code of this file.
Namespaces | |
gum | |
gum is the global namespace for all aGrUM entities | |
Macros | |
#define | ALLOCATE(x) SmallObjectAllocator::instance().allocate(x) |
#define | DEALLOCATE(x, y) SmallObjectAllocator::instance().deallocate(x, y) |
Methods of the MultiDimFunctionGraph InternalNode class.
Definition in file internalNode.cpp.
#define ALLOCATE | ( | x | ) | SmallObjectAllocator::instance().allocate(x) |
Definition at line 31 of file internalNode.cpp.
Referenced by gum::InternalNode::allocateNodeSons().
#define DEALLOCATE | ( | x, | |
y | |||
) | SmallObjectAllocator::instance().deallocate(x, y) |
Definition at line 32 of file internalNode.cpp.
Referenced by gum::InternalNode::deallocateNodeSons().