Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h133 AllocatedBlockSP AllocatePage(uint32_t byte_size, uint32_t permissions,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp361 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage() function in AllocatedMemoryCache
404 AllocatedBlockSP block_sp(AllocatePage(byte_size, permissions, 16, error)); in AllocateMemory()