Searched refs:m_L2_cache (Results 1 – 2 of 2) sorted by relevance
25 : m_mutex(), m_L1_cache(), m_L2_cache(), m_invalid_ranges(), in MemoryCache()35 m_L2_cache.clear(); in Clear()74 if (!m_L2_cache.empty()) { in Flush()94 BlockMap::iterator pos = m_L2_cache.find(curr_addr); in Flush()95 if (pos != m_L2_cache.end()) in Flush()96 m_L2_cache.erase(pos); in Flush()182 BlockMap::const_iterator pos = m_L2_cache.find(curr_addr); in Read()183 BlockMap::const_iterator end = m_L2_cache.end(); in Read()243 m_L2_cache[curr_addr] = DataBufferSP(data_buffer_heap_up.release()); in Read()
55 BlockMap m_L2_cache; // A memory cache of fixed size chinks variable