Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h141 virtual llvm::Error DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp417 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in AllocatedMemoryCache
H A DProcess.cpp2505 Status Process::DeallocateMemory(addr_t ptr) { in DeallocateMemory() function in Process
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1440 lldb::SBError SBProcess::DeallocateMemory(lldb::addr_t ptr) { in DeallocateMemory() function in SBProcess
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1476 bool GDBRemoteCommunicationClient::DeallocateMemory(addr_t addr) { in DeallocateMemory() function in GDBRemoteCommunicationClient