reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
115 if (CacheItem.first == Offset) 119 if (CacheItem.first >= Offset + Size) 124 if (CacheItem.second.empty()) 127 auto CachedAlloc = CacheItem.second.back(); 131 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size()); 131 std::make_pair(CacheItem.first, CacheItem.first + CachedAlloc.size());