in reply to Yet another Embedding question

I'm not familiar with the memory monitor you're using ... what does it actually monitor? The memory being used by the program?

It is common for systems to obtain memory from the system but never actually release it. Instead, when you delete an object, the memory is put into a free pool by your program, so future requests are filled frfom the pool rather than from system requests.

--
TTTATCGGTCGTTATATAGATGTTTGCA