Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DMemory.h129 AllocatedBlockSP AllocatePage(uint32_t byte_size, uint32_t permissions,
/openbsd/src/gnu/llvm/lldb/source/Target/
DMemory.cpp346 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage() function in AllocatedMemoryCache
389 AllocatedBlockSP block_sp(AllocatePage(byte_size, permissions, 16, error)); in AllocateMemory()