Home
last modified time | relevance | path

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

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