Home
last modified time | relevance | path

Searched refs:numAllocs (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/Common/
H A DNewHandler.cpp128 printf("\nDestructor: %d\n", numAllocs);
141 static int numAllocs = 0; variable
157 numAllocs++; in operator new()
158 int loc = numAllocs; in operator new()
173 numAllocs++; in operator new()
174 int loc = numAllocs; in operator new()
208 if (numAllocs == 0) in operator delete()
209 numAllocs = numAllocs; // ERROR in operator delete()
210 numAllocs in operator delete()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.cpp121 VkResult DescriptorPool::allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescriptorSets) in allocateSets() argument
124 for(uint32_t i = 0; i < numAllocs; i++) in allocateSets()
139 for(uint32_t i = 0; i < numAllocs; i++) in allocateSets()
151 for(uint32_t i = 0; i < numAllocs; i++) in allocateSets()
H A DVkDescriptorPool.hpp36 VkResult allocateSets(size_t *sizes, uint32_t numAllocs, VkDescriptorSet *pDescriptorSets);

Completed in 3 milliseconds