Searched refs:numAllocs (Results 1 – 6 of 6) sorted by relevance
100 static int numAllocs = 0; variable103 numAllocs++; in operator new()112 printf("Alloc %6d, size = %8u\n", numAllocs, (unsigned)size); in operator new()143 numAllocs--; in operator delete()144 printf("Free %d\n", numAllocs); in operator delete()
126 const int numAllocs = 0xFFF - throw_one; in test_throwing_new_during_thread_creation() local128 for (int i=0; i <= numAllocs; ++i) { in test_throwing_new_during_thread_creation()134 assert(i == numAllocs); // Only final iteration will not throw. in test_throwing_new_during_thread_creation()138 assert(i < numAllocs); in test_throwing_new_during_thread_creation()
100 VkResult DescriptorPool::allocateSets(size_t* sizes, uint32_t numAllocs, VkDescriptorSet* pDescript… in allocateSets() argument103 for(uint32_t i = 0; i < numAllocs; i++) in allocateSets()118 for(uint32_t i = 1; i < numAllocs; i++) in allocateSets()128 for(uint32_t i = 0; i < numAllocs; i++) in allocateSets()
37 VkResult allocateSets(size_t* sizes, uint32_t numAllocs, VkDescriptorSet* pDescriptorSets);
48 const int numAllocs = numAllocsMax - sizeDist(rnd); in test_threads() local49 for (int j = 0; j < numAllocs; j += 64) { in test_threads()61 for (int j = 0; j < numAllocs; j += 64) { in test_threads()
49 const int numAllocs = numAllocsMax - sizeDist(rnd); in test_threads() local50 for (int j = 0; j < numAllocs; j += 64) { in test_threads()62 for (int j = 0; j < numAllocs; j += 64) { in test_threads()