Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h129 typedef std::shared_ptr<AllocatedBlock> AllocatedBlockSP; typedef
131 AllocatedBlockSP AllocatePage(uint32_t byte_size, uint32_t permissions,
137 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp359 AllocatedMemoryCache::AllocatedBlockSP
362 AllocatedBlockSP block_sp; in AllocatePage()
403 AllocatedBlockSP block_sp(AllocatePage(byte_size, permissions, 16, error)); in AllocateMemory()