Searched refs:MAX_MEMORY_ALLOC_DIV (Results 1 – 1 of 1) sorted by relevance
985 MAX_MEMORY_ALLOC_DIV = 2, // Do not alloc more than 1/2 of available space. enumerator1252 const VkDeviceSize maxAllocationSize = memoryTypeMaxSizePair.second / MAX_MEMORY_ALLOC_DIV; in allocateRandom()