Searched defs:AllocateMemory (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
H A D | harness.cpp | 23 AllocateMemory(gwp_asan::GuardedPoolAllocator &GPA) { in AllocateMemory() function
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
H A D | MachTask.mm | 948 nub_addr_t MachTask::AllocateMemory(size_t size, uint32_t permissions) { function
|
/openbsd/gnu/llvm/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 136 virtual llvm::Expected<lldb::addr_t> AllocateMemory(size_t size, in AllocateMemory() function
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Memory.cpp | 372 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory() function in AllocatedMemoryCache
|
H A D | Process.cpp | 2267 addr_t Process::AllocateMemory(size_t size, uint32_t permissions, in AllocateMemory() function in Process
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessDebugger.cpp | 322 Status ProcessDebugger::AllocateMemory(size_t size, uint32_t permissions, in AllocateMemory() function in lldb_private::ProcessDebugger
|
H A D | NativeProcessWindows.cpp | 221 NativeProcessWindows::AllocateMemory(size_t size, uint32_t permissions) { in AllocateMemory() function in lldb_private::NativeProcessWindows
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
H A D | NativeProcessOpenBSD.cpp | 368 llvm::Expected<lldb::addr_t> NativeProcessOpenBSD::AllocateMemory(size_t size, in AllocateMemory() function in NativeProcessOpenBSD
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBProcess.cpp | 1224 lldb::addr_t SBProcess::AllocateMemory(size_t size, uint32_t permissions, in AllocateMemory() function in SBProcess
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.cpp | 1312 NativeProcessLinux::AllocateMemory(size_t size, uint32_t permissions) { in AllocateMemory() function in NativeProcessLinux
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 1419 addr_t GDBRemoteCommunicationClient::AllocateMemory(size_t size, in AllocateMemory() function in GDBRemoteCommunicationClient
|