Searched refs:AllocIt (Results 1 – 1 of 1) sorted by relevance
101 auto AllocIt = llvm::find_if(Site.Allocations, [&](const Allocation &A) { in deallocate() local106 assert(AllocIt != Site.Allocations.end()); in deallocate()108 Block *B = reinterpret_cast<Block *>(AllocIt->Memory.get()); in deallocate()112 Site.Allocations.erase(AllocIt); in deallocate()