Searched defs:maxMemory (Results 1 – 5 of 5) sorted by relevance
53 long maxMemory = Runtime.getRuntime().maxMemory(); in findLimit() local
54 long maxMemory = Runtime.getRuntime().maxMemory(); in findLimit() local
82 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(… variable
60 Validator(long maxMemory, int numberOfHandles) { in Validator()
903 VkDeviceSize maxMemory = getMaxDeviceHeapSize(context, caseDef) >> 2; in testWithSizeReduction() local