Home | History | Annotate | Download | only in Target

Lines Matching defs:AllocatedMemoryCache

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)
457 AllocatedMemoryCache::DeallocateMemory (addr = 0x%16.16" PRIx64 ") => %i", (uint64_t)addr, success);