Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
Drecoverable.cpp33 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 …]
Dbacktrace.cpp18 DeallocateMemory(GPA, Ptr); in TEST_P()
47 DeallocateMemory(GPA, Ptr); in TEST_P()
Dharness.cpp27 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory() function
Dharness.h45 void DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
DPlatformWindows.cpp216 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/
DMachTask.h63 nub_bool_t DeallocateMemory(nub_addr_t addr);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp731 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/
DSBProcess.i437 AllocateMemory) given in the argument.") DeallocateMemory;
440 DeallocateMemory(lldb::addr_t ptr);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DProcessDebugger.h89 Status DeallocateMemory(lldb::addr_t addr);
DNativeProcessWindows.h71 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
DNativeProcessOpenBSD.h68 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DMemory.h124 bool DeallocateMemory(lldb::addr_t ptr);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h81 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetQueuesHandler.cpp112 m_process->DeallocateMemory(m_get_queues_return_buffer_addr); in Detach()
DAppleGetThreadItemInfoHandler.cpp120 m_process->DeallocateMemory(m_get_thread_item_info_return_buffer_addr); in Detach()
DAppleGetItemInfoHandler.cpp111 m_process->DeallocateMemory(m_get_item_info_return_buffer_addr); in Detach()
DAppleGetPendingItemsHandler.cpp114 m_process->DeallocateMemory(m_get_pending_items_return_buffer_addr); in Detach()
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBProcess.h424 lldb::SBError DeallocateMemory(lldb::addr_t ptr);
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp183 GetThread().GetProcess()->DeallocateMemory(m_sel_str_addr); in ShouldStop()
/openbsd/src/gnu/llvm/lldb/source/Expression/
DIRMemoryMap.cpp465 process_sp->DeallocateMemory( in Free()
475 process_sp->DeallocateMemory(allocation.m_process_alloc); in Free()
DFunctionCaller.cpp335 exe_ctx.GetProcessRef().DeallocateMemory(args_addr); in DeallocateFunctionResults()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h141 virtual llvm::Error DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function
/openbsd/src/gnu/llvm/lldb/source/Target/
DMemory.cpp403 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in AllocatedMemoryCache
/openbsd/src/gnu/llvm/lldb/source/API/
DSBProcess.cpp1245 lldb::SBError SBProcess::DeallocateMemory(lldb::addr_t ptr) { in DeallocateMemory() function in SBProcess
1255 Status error = process_sp->DeallocateMemory(ptr); in DeallocateMemory()

12