Tool to release memory for unused objects. You don't need it in standard Apps, only if you're create a huge amount of objects that you safely can release at a later time.
ynMemoryPool.add(obj)
Adds an object to the pool so that you can later release it's memory.
ynMemoryPool.clear()
Clear all objects in the pool and free their memory.