I use C++ with dynamic memory allocation on the heap.
How can I get the information, how much memory I use from the heap and/or how I can get the free heap size on runtime ?
Best regards