HomeSort by relevance Sort by last modified time
    Searched defs:AllocatedMemoryCache (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Target/
Memory.cpp 356 AllocatedMemoryCache::AllocatedMemoryCache (Process &process) :
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::DeallocateMemory (lldb::addr_t addr
    [all...]
  /external/lldb/include/lldb/Target/
Memory.h 151 class AllocatedMemoryCache
157 AllocatedMemoryCache (Process &process);
159 ~AllocatedMemoryCache ();
191 DISALLOW_COPY_AND_ASSIGN (AllocatedMemoryCache);

Completed in 341 milliseconds