Searched refs:poolStats (Results 1 – 2 of 2) sorted by relevance
3421 VmaPoolStats poolStats = {}; in TestLinearAllocatorMultiBlock() local3422 vmaGetPoolStats(g_hAllocator, pool, &poolStats); in TestLinearAllocatorMultiBlock()3423 TEST(poolStats.blockCount == 2); in TestLinearAllocatorMultiBlock()3435 vmaGetPoolStats(g_hAllocator, pool, &poolStats); in TestLinearAllocatorMultiBlock()3436 TEST(poolStats.blockCount <= 1); in TestLinearAllocatorMultiBlock()3470 VmaPoolStats poolStats = {}; in TestLinearAllocatorMultiBlock() local3471 vmaGetPoolStats(g_hAllocator, pool, &poolStats); in TestLinearAllocatorMultiBlock()3472 TEST(poolStats.blockCount == 2); in TestLinearAllocatorMultiBlock()3490 vmaGetPoolStats(g_hAllocator, pool, &poolStats); in TestLinearAllocatorMultiBlock()3491 TEST(poolStats.blockCount == 1); in TestLinearAllocatorMultiBlock()[all …]
2639 PoolStats poolStats = {0, Serial()}; in allocateNewEntryPool() local2640 mPoolStats.push_back(poolStats); in allocateNewEntryPool()