class func availableMemory() -> size_t {
return os_proc_available_memory()
}
Cannot find 'os_proc_available_memory' in scope
Is there a version I can access from Swift?
Topic:
App & System Services
SubTopic:
Core OS
Tags: