Searched refs:maxMemory (Results 1 – 9 of 9) sorted by relevance
248 let maxMemory = await ExpoDevice.getMaxMemoryAsync();249 if (maxMemory === -1) {250 maxMemory = Number.MAX_SAFE_INTEGER;252 return maxMemory;
1 … let maxMemory = await ExpoDevice.getMaxMemoryAsync();\n if (maxMemory === -1) {\n maxMemory =…
271 let maxMemory = await ExpoDevice.getMaxMemoryAsync();272 if (maxMemory === -1) {273 maxMemory = Number.MAX_SAFE_INTEGER;275 return maxMemory;
76 val maxMemory = Runtime.getRuntime().maxMemory() in <lambda>() constant77 return@AsyncFunction if (maxMemory != Long.MAX_VALUE) maxMemory.toDouble() else -1 in <lambda>()
77 val maxMemory = Runtime.getRuntime().maxMemory() in <lambda>() constant78 return@AsyncFunction if (maxMemory != Long.MAX_VALUE) maxMemory.toDouble() else -1 in <lambda>()
98 val maxMemory = Runtime.getRuntime().maxMemory() in getMaxMemoryAsync() constant99 promise.resolve(if (maxMemory != Long.MAX_VALUE) maxMemory.toDouble() else -1) in getMaxMemoryAsync()
87 let maxMemory;89 maxMemory = await Device.getMaxMemoryAsync();94 t.expect(typeof maxMemory).toEqual('undefined');205 const maxMemory = await Device.getMaxMemoryAsync();206 t.expect(maxMemory).toBeLessThanOrEqual(Number.MAX_SAFE_INTEGER);
301 val maxMemory = (Runtime.getRuntime().maxMemory() / 1024).toInt() constant in host.exp.exponent.ExponentManifest303 val cacheSize = maxMemory / 16