Searched defs:MemoryCache (Results 1 - 3 of 3) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DMemoryCache.java9 public interface MemoryCache { interface
/external/lldb/source/Target/
H A DMemory.cpp24 // MemoryCache constructor
26 MemoryCache::MemoryCache(Process &process) : function in class:MemoryCache
38 MemoryCache::~MemoryCache()
43 MemoryCache::Clear(bool clear_invalid_ranges)
52 MemoryCache::Flush (addr_t addr, size_t size)
85 MemoryCache::AddInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size)
97 MemoryCache::RemoveInvalidRange (lldb::addr_t base_addr, lldb::addr_t byte_size)
116 MemoryCache
[all...]
/external/lldb/include/lldb/Target/
H A DMemory.h30 class MemoryCache class in namespace:lldb_private
36 MemoryCache (Process &process);
38 ~MemoryCache ();
68 // Classes that inherit from MemoryCache can see and modify these
76 DISALLOW_COPY_AND_ASSIGN (MemoryCache);
183 // Classes that inherit from MemoryCache can see and modify these

Completed in 2536 milliseconds