Searched defs:maxMemory (Results 1 – 10 of 10) sorted by relevance
54 long maxMemory = Runtime.getRuntime().maxMemory(); in findLimit() local
53 long maxMemory = Runtime.getRuntime().maxMemory(); in findLimit() local
59 uint64_t maxMemory; member
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()
66 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(… variable
62 static const size_t maxMemory = (sizeof(size_t)==4) ? variable
900 VkDeviceSize maxMemory = getMaxDeviceHeapSize(context, caseDef) >> 2; in testWithSizeReduction() local
44 static const size_t maxMemory = (sizeof(size_t)==4) ? (2 GB - 64 MB) : (size_t)(1ULL << ((sizeof(… variable