Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDP.cpp633 lldb::addr_t ProcessKDP::DoAllocateMemory(size_t size, uint32_t permissions, in DoAllocateMemory() function in ProcessKDP
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DProcessWindows.cpp585 lldb::addr_t ProcessWindows::DoAllocateMemory(size_t size, uint32_t permissions, in DoAllocateMemory() function in lldb_private::ProcessWindows
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp594 addr_t ProcessFreeBSD::DoAllocateMemory(size_t size, uint32_t permissions, in DoAllocateMemory() function in ProcessFreeBSD
/external/llvm-project/lldb/include/lldb/Target/
DProcess.h1694 virtual lldb::addr_t DoAllocateMemory(size_t size, uint32_t permissions, in DoAllocateMemory() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp2949 lldb::addr_t ProcessGDBRemote::DoAllocateMemory(size_t size, in DoAllocateMemory() function in ProcessGDBRemote