public void FreeMemory(bool callGC = false) { MemoryAllocator.FreeMemory(callGC); }
public void FreeMemory() { MemoryAllocator.FreeMemory(); }