Fixing issues with printFunctionAllocationInfo()
Fixing issues with printFunctionAllocationInfo():
- removed buggy detailed output of function names etc.
- removed static members from Function that count constructed functions as the destruction has been pretty buggy
- unrelated bug fix in PrimitiveStorage concerning PrimitiveData deletion
- reduced functionality of printFunctionAllocationInfo to just print out the allocated memory (which seems to be ok)
- added a few sanity checks in the FunctionRuleOfThreeTest.cpp
See also #290 (closed).