Home
last modified time | relevance | path

Searched refs:allocated_pool_blocks (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp1128 size_t allocated_pool_blocks = 0; in checkPoolLiveAllocations() local
1138 allocated_pool_blocks += 1; in checkPoolLiveAllocations()
1142 return allocated_pool_blocks == expected_live_allocations.size(); in checkPoolLiveAllocations()