Searched defs:AllocatedMemoryCache (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DMemory.cpp356 AllocatedMemoryCache::AllocatedMemoryCache (Process &process) : function in class:AllocatedMemoryCache
363 AllocatedMemoryCache::~AllocatedMemoryCache ()
369 AllocatedMemoryCache::Clear()
382 AllocatedMemoryCache::AllocatedBlockSP
383 AllocatedMemoryCache::AllocatePage (uint32_t byte_size,
413 AllocatedMemoryCache::AllocateMemory (size_t byte_size,
436 log->Printf ("AllocatedMemoryCache::AllocateMemory (byte_size = 0x%8.8zx, permissions = %s) => 0x%16.16" PRIx64, byte_size, GetPermissionsAsCString(permissions), (uint64_t)addr);
441 AllocatedMemoryCache
[all...]
/external/lldb/include/lldb/Target/
H A DMemory.h151 class AllocatedMemoryCache class in namespace:lldb_private
157 AllocatedMemoryCache (Process &process);
159 ~AllocatedMemoryCache ();
191 DISALLOW_COPY_AND_ASSIGN (AllocatedMemoryCache);

Completed in 345 milliseconds