Searched refs:poolCount (Results 1 – 2 of 2) sorted by relevance
/third_party/glib/glibmemdfx/ |
D | gmemdfx.cpp | 59 static uint64_t poolCount = 0; variable 79 poolMap[mem] = {poolCount++, size, alignment, gettid(), (intptr_t)mem}; in GMemPoolAllocDfx()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3500 uint32_t poolCount; member 3516 const VmaPool VMA_NOT_NULL * VMA_NULLABLE VMA_LEN_IF_NOT_NULL(poolCount) pPools; 7422 void AddPools(uint32_t poolCount, const VmaPool* pPools); 14541 void VmaDefragmentationContext_T::AddPools(uint32_t poolCount, const VmaPool* pPools) in AddPools() argument 14543 for(uint32_t poolIndex = 0; poolIndex < poolCount; ++poolIndex) in AddPools() 15298 PrintPointerList(info.poolCount, info.pPools); in RecordDefragmentationBegin() 16506 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CalculateStats() local 16604 (*pContext)->AddPools(info.poolCount, info.pPools); in DefragmentationBegin() 16880 for(size_t poolIndex = 0, poolCount = m_Pools.size(); poolIndex < poolCount; ++poolIndex) in CheckCorruption() local 17483 const size_t poolCount = m_Pools.size(); in PrintDetailedMap() local [all …]
|