Home
last modified time | relevance | path

Searched defs:DoAllocateMemory (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DProcess.h1652 virtual lldb::addr_t DoAllocateMemory(size_t size, uint32_t permissions, in DoAllocateMemory() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3009 lldb::addr_t ProcessGDBRemote::DoAllocateMemory(size_t size, in DoAllocateMemory() function in ProcessGDBRemote