Home
last modified time | relevance | path

Searched refs:AllocatedBlockSP (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DMemory.h127 typedef std::shared_ptr<AllocatedBlock> AllocatedBlockSP; typedef
129 AllocatedBlockSP AllocatePage(uint32_t byte_size, uint32_t permissions,
135 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
/external/llvm-project/lldb/source/Target/
DMemory.cpp344 AllocatedMemoryCache::AllocatedBlockSP
347 AllocatedBlockSP block_sp; in AllocatePage()
388 AllocatedBlockSP block_sp(AllocatePage(byte_size, permissions, 16, error)); in AllocateMemory()