Home
last modified time | relevance | path

Searched refs:DeallocateMemory (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dbacktrace.cpp22 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory() function
35 DeallocateMemory(GPA, Ptr); in TEST_F()
55 DeallocateMemory(GPA, Ptr); in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp215 process->DeallocateMemory(injected_name); in DoLoadImage()
256 process->DeallocateMemory(injected_paths); in DoLoadImage()
286 process->DeallocateMemory(injected_module_path); in DoLoadImage()
302 process->DeallocateMemory(injected_result); in DoLoadImage()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachTask.h63 nub_bool_t DeallocateMemory(nub_addr_t addr);
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp730 process->DeallocateMemory(path_addr); in DoLoadImage()
757 process->DeallocateMemory(return_addr); in DoLoadImage()
807 process->DeallocateMemory(path_array_addr); in DoLoadImage()
836 process->DeallocateMemory(buffer_addr); in DoLoadImage()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i437 AllocateMemory) given in the argument.") DeallocateMemory;
440 DeallocateMemory(lldb::addr_t ptr);
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.h89 Status DeallocateMemory(lldb::addr_t addr);
H A DNativeProcessWindows.h71 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
H A DNativeProcessWindows.cpp229 llvm::Error NativeProcessWindows::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in lldb_private::NativeProcessWindows
230 return ProcessDebugger::DeallocateMemory(addr).ToError(); in DeallocateMemory()
H A DProcessDebugger.cpp351 Status ProcessDebugger::DeallocateMemory(lldb::addr_t vm_addr) { in DeallocateMemory() function in lldb_private::ProcessDebugger
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DMemory.h124 bool DeallocateMemory(lldb::addr_t ptr);
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h81 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h424 lldb::SBError DeallocateMemory(lldb::addr_t ptr);
/llvm-project-15.0.7/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetItemInfoHandler.cpp111 m_process->DeallocateMemory(m_get_item_info_return_buffer_addr); in Detach()
H A DAppleGetQueuesHandler.cpp112 m_process->DeallocateMemory(m_get_queues_return_buffer_addr); in Detach()
H A DAppleGetPendingItemsHandler.cpp114 m_process->DeallocateMemory(m_get_pending_items_return_buffer_addr); in Detach()
H A DAppleGetThreadItemInfoHandler.cpp120 m_process->DeallocateMemory(m_get_thread_item_info_return_buffer_addr); in Detach()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp183 GetThread().GetProcess()->DeallocateMemory(m_sel_str_addr); in ShouldStop()
H A DAppleObjCRuntimeV2.cpp1939 process->DeallocateMemory(class_infos_addr); in UpdateISAToDescriptorMap()
1962 process->DeallocateMemory(class_buffer_addr); in UpdateISAToDescriptorMap()
2315 process->DeallocateMemory(class_infos_addr); in UpdateISAToDescriptorMap()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp465 process_sp->DeallocateMemory( in Free()
475 process_sp->DeallocateMemory(allocation.m_process_alloc); in Free()
H A DFunctionCaller.cpp309 exe_ctx.GetProcessRef().DeallocateMemory(args_addr); in DeallocateFunctionResults()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h140 virtual llvm::Error DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py449 error = process.DeallocateMemory(addr)
/llvm-project-15.0.7/lldb/source/Target/
H A DMemory.cpp403 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in AllocatedMemoryCache
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp1245 lldb::SBError SBProcess::DeallocateMemory(lldb::addr_t ptr) { in DeallocateMemory() function in SBProcess
1255 Status error = process_sp->DeallocateMemory(ptr); in DeallocateMemory()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h200 bool DeallocateMemory(lldb::addr_t addr);

12