module Process::Metrics

def total_size

def total_size
	return Memory::Darwin.total_size
end