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

/freebsd-10.3-release/contrib/llvm/tools/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);
H A DProcess.h3789 AllocatedMemoryCache m_allocated_memory_cache;
/freebsd-10.3-release/contrib/llvm/tools/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...]

Completed in 55 milliseconds