Searched refs:maxMemory (Results 1 – 6 of 6) sorted by relevance
53 long maxMemory = Runtime.getRuntime().maxMemory(); in findLimit() local54 if (maxMemory > Integer.MAX_VALUE) in findLimit()59 return (int) maxMemory; in findLimit()
54 long maxMemory = Runtime.getRuntime().maxMemory(); in findLimit() local55 if (maxMemory > Integer.MAX_VALUE) in findLimit()60 return (int) maxMemory; in findLimit()
82 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(… variable381 if (requiredMem > maxMemory) requiredMem = maxMemory; in BMK_findMaxMem()
60 Validator(long maxMemory, int numberOfHandles) { in Validator() argument61 mMaxMemory = maxMemory; in Validator()
903 VkDeviceSize maxMemory = getMaxDeviceHeapSize(context, caseDef) >> 2; in testWithSizeReduction() local905 const VkDeviceSize deviceMemoryBudget = std::min(neededMemory, maxMemory); in testWithSizeReduction()
1806 long actuallyFreeMemory = r.maxMemory() - usedMem; in assumeEnoughMemory()