Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DMemory.cpp356 AllocatedMemoryCache::AllocatedMemoryCache (Process &process) : in AllocatedMemoryCache() function in AllocatedMemoryCache
363 AllocatedMemoryCache::~AllocatedMemoryCache () in ~AllocatedMemoryCache()
369 AllocatedMemoryCache::Clear() in Clear()
382 AllocatedMemoryCache::AllocatedBlockSP
383 AllocatedMemoryCache::AllocatePage (uint32_t byte_size, in AllocatePage()
413 AllocatedMemoryCache::AllocateMemory (size_t byte_size, in AllocateMemory()
441 AllocatedMemoryCache::DeallocateMemory (lldb::addr_t addr) in DeallocateMemory()
/external/lldb/include/lldb/Target/
DMemory.h151 class AllocatedMemoryCache
157 AllocatedMemoryCache (Process &process);
159 ~AllocatedMemoryCache ();
191 DISALLOW_COPY_AND_ASSIGN (AllocatedMemoryCache);
DProcess.h3669 AllocatedMemoryCache m_allocated_memory_cache;