Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h2026 virtual Status DoDeallocateMemory(lldb::addr_t ptr) { in DoDeallocateMemory() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2917 Status ProcessGDBRemote::DoDeallocateMemory(lldb::addr_t addr) { in DoDeallocateMemory() function in ProcessGDBRemote