| /openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/ |
| D | recoverable.cpp | 33 DeallocateMemory(GPA, Ptr); in TEST_P() 35 DeallocateMemory(GPA, Ptr); in TEST_P() 42 DeallocateMemory(GPA, Ptr); in TEST_P() 51 DeallocateMemory(GPA, Ptr + 1); in TEST_P() 58 DeallocateMemory(GPA, Ptr + 1); in TEST_P() 66 DeallocateMemory(GPA, Ptr); in TEST_P() 103 DeallocateMemory(GPA, Ptr); in TEST_P() 105 DeallocateMemory(GPA, Ptr); in TEST_P() 112 DeallocateMemory(GPA, Ptr); in TEST_P() 130 DeallocateMemory(GPA, Ptr); in TEST_P() [all …]
|
| D | backtrace.cpp | 18 DeallocateMemory(GPA, Ptr); in TEST_P() 47 DeallocateMemory(GPA, Ptr); in TEST_P()
|
| D | harness.cpp | 27 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory() function
|
| D | harness.h | 45 void DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
| D | PlatformWindows.cpp | 216 process->DeallocateMemory(injected_name); in DoLoadImage() 257 process->DeallocateMemory(injected_paths); in DoLoadImage() 287 process->DeallocateMemory(injected_module_path); in DoLoadImage() 303 process->DeallocateMemory(injected_result); in DoLoadImage()
|
| /openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/ |
| D | MachTask.h | 63 nub_bool_t DeallocateMemory(nub_addr_t addr);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| D | PlatformPOSIX.cpp | 731 process->DeallocateMemory(path_addr); in DoLoadImage() 758 process->DeallocateMemory(return_addr); in DoLoadImage() 807 process->DeallocateMemory(path_array_addr); in DoLoadImage() 836 process->DeallocateMemory(buffer_addr); in DoLoadImage()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBProcess.i | 437 AllocateMemory) given in the argument.") DeallocateMemory; 440 DeallocateMemory(lldb::addr_t ptr);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| D | ProcessDebugger.h | 89 Status DeallocateMemory(lldb::addr_t addr);
|
| D | NativeProcessWindows.h | 71 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
|
| D | NativeProcessWindows.cpp | 229 llvm::Error NativeProcessWindows::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in lldb_private::NativeProcessWindows 230 return ProcessDebugger::DeallocateMemory(addr).ToError(); in DeallocateMemory()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/ |
| D | NativeProcessOpenBSD.h | 68 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | Memory.h | 124 bool DeallocateMemory(lldb::addr_t ptr);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| D | NativeProcessLinux.h | 81 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| D | AppleGetQueuesHandler.cpp | 112 m_process->DeallocateMemory(m_get_queues_return_buffer_addr); in Detach()
|
| D | AppleGetThreadItemInfoHandler.cpp | 120 m_process->DeallocateMemory(m_get_thread_item_info_return_buffer_addr); in Detach()
|
| D | AppleGetItemInfoHandler.cpp | 111 m_process->DeallocateMemory(m_get_item_info_return_buffer_addr); in Detach()
|
| D | AppleGetPendingItemsHandler.cpp | 114 m_process->DeallocateMemory(m_get_pending_items_return_buffer_addr); in Detach()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBProcess.h | 424 lldb::SBError DeallocateMemory(lldb::addr_t ptr);
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 183 GetThread().GetProcess()->DeallocateMemory(m_sel_str_addr); in ShouldStop()
|
| /openbsd/src/gnu/llvm/lldb/source/Expression/ |
| D | IRMemoryMap.cpp | 465 process_sp->DeallocateMemory( in Free() 475 process_sp->DeallocateMemory(allocation.m_process_alloc); in Free()
|
| D | FunctionCaller.cpp | 335 exe_ctx.GetProcessRef().DeallocateMemory(args_addr); in DeallocateFunctionResults()
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Host/common/ |
| D | NativeProcessProtocol.h | 141 virtual llvm::Error DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | Memory.cpp | 403 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in AllocatedMemoryCache
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBProcess.cpp | 1245 lldb::SBError SBProcess::DeallocateMemory(lldb::addr_t ptr) { in DeallocateMemory() function in SBProcess 1255 Status error = process_sp->DeallocateMemory(ptr); in DeallocateMemory()
|