Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A 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;
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp345 AllocatedMemoryCache::AllocatedBlockSP
348 AllocatedBlockSP block_sp; in AllocatePage()
389 AllocatedBlockSP block_sp(AllocatePage(byte_size, permissions, 16, error)); in AllocateMemory()