Is there a simple way to check how much heap memory has been allocated?
I was wanting to check that my code for removing a potential cycle was working as intended ( I am pretty sure it is, just wanted to confirm it ). I couldn't find a standard function, I guess you could substitute the standard allocator and keep track? Just wonder if there is perhaps a standard easy way to do his without re-inventing it. I remember in C# there is a standard function.