Home
last modified time | relevance | path

Searched defs:totalMemory (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-device/build/
H A DDevice.d.ts100 export declare const totalMemory: number | null; constant
H A DDevice.js102 export const totalMemory = ExpoDevice ? ExpoDevice.totalMemory : null; constant
H A DExpoDevice.web.d.ts9 readonly totalMemory: number | null; constant
/expo/packages/expo-device/src/
H A DDevice.ts114 export const totalMemory: number | null = ExpoDevice ? ExpoDevice.totalMemory : null; constant
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js706 totalMemory: { type: 'number', mock: 17179869184 }, property