module

PointClickEngine::Core::IMemoryManager

Interface for memory management

Instance methods

get_memory_usage
Source
set_memory_limit(limit : Int64)
Source
track_allocation(size : Int64, category : String)
Source
track_deallocation(size : Int64, category : String)
Source
trigger_cleanup
Source