Searched defs:numAllocs (Results 1 – 5 of 5) sorted by relevance
100 static int numAllocs = 0; variable
48 const int numAllocs = numAllocsMax - sizeDist(rnd); in test_threads() local
49 const int numAllocs = numAllocsMax - sizeDist(rnd); in test_threads() local
126 const int numAllocs = 0xFFF - throw_one; in test_throwing_new_during_thread_creation() local
100 VkResult DescriptorPool::allocateSets(size_t* sizes, uint32_t numAllocs, VkDescriptorSet* pDescript… in allocateSets()