Searched defs:numAllocs (Results 1 – 8 of 8) sorted by relevance
44 int numAllocs = 0; in main() local
169 static int numAllocs = 0; variable
48 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
126 int numAllocs; variable
133 VkResult DescriptorPool::allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescript… in allocateSets()
102 static void MallocMultiple(benchmark::State& state, size_t nbytes, size_t numAllocs) { in MallocMultiple()
121 final int numAllocs = max + max*max + max*max*max; in createInputAllocations() local