class Memory::Leak::Monitor

def current_size=(value)

Set the current memory usage, rather than sampling it.
def current_size=(value)
	@current_size = value
end