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.h131 typedef std::shared_ptr<AllocatedBlock> AllocatedBlockSP; typedef
133 AllocatedBlockSP AllocatePage(uint32_t byte_size, uint32_t permissions,
139 typedef std::multimap<uint32_t, AllocatedBlockSP> PermissionsToBlockMap;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp360 AllocatedMemoryCache::AllocatedBlockSP
363 AllocatedBlockSP block_sp; in AllocatePage()
404 AllocatedBlockSP block_sp(AllocatePage(byte_size, permissions, 16, error)); in AllocateMemory()