Home
last modified time | relevance | path

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

12

/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dbacktrace.cpp22 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory() function
35 DeallocateMemory(GPA, Ptr); in TEST_F()
50 DeallocateMemory(GPA, Ptr); in TEST_F()
/external/gwp_asan/gwp_asan/tests/
Dbacktrace.cpp22 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory() function
35 DeallocateMemory(GPA, Ptr); in TEST_F()
50 DeallocateMemory(GPA, Ptr); in TEST_F()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachTask.h62 nub_bool_t DeallocateMemory(nub_addr_t addr);
DMachTask.mm969 // MachTask::DeallocateMemory
971 nub_bool_t MachTask::DeallocateMemory(nub_addr_t addr) { function
/external/llvm-project/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()
DProcessDebugger.cpp355 Status ProcessDebugger::DeallocateMemory(lldb::addr_t vm_addr) { in DeallocateMemory() function in lldb_private::ProcessDebugger
DProcessWindows.cpp593 return ProcessDebugger::DeallocateMemory(ptr); in DoDeallocateMemory()
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp752 process->DeallocateMemory(path_addr); in DoLoadImage()
777 process->DeallocateMemory(return_addr); in DoLoadImage()
827 process->DeallocateMemory(path_array_addr); in DoLoadImage()
855 process->DeallocateMemory(buffer_addr); in DoLoadImage()
/external/llvm-project/lldb/include/lldb/Target/
DMemory.h124 bool DeallocateMemory(lldb::addr_t ptr);
DProcess.h1917 Status DeallocateMemory(lldb::addr_t ptr);
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.h77 llvm::Error DeallocateMemory(lldb::addr_t addr) override;
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
DAppleGetPendingItemsHandler.cpp113 m_process->DeallocateMemory(m_get_pending_items_return_buffer_addr); in Detach()
DAppleGetThreadItemInfoHandler.cpp119 m_process->DeallocateMemory(m_get_thread_item_info_return_buffer_addr); in Detach()
DAppleGetQueuesHandler.cpp111 m_process->DeallocateMemory(m_get_queues_return_buffer_addr); in Detach()
DAppleGetItemInfoHandler.cpp110 m_process->DeallocateMemory(m_get_item_info_return_buffer_addr); in Detach()
/external/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp465 process_sp->DeallocateMemory( in Free()
475 process_sp->DeallocateMemory(allocation.m_process_alloc); in Free()
DFunctionCaller.cpp310 exe_ctx.GetProcessRef().DeallocateMemory(args_addr); in DeallocateFunctionResults()
/external/llvm-project/lldb/include/lldb/Host/common/
DNativeProcessProtocol.h121 virtual llvm::Error DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function
/external/gwp_asan/
DAndroid.bp192 // DeallocateMemory in tests/backtrace.cpp. This is done in the linker,
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h230 bool DeallocateMemory(lldb::addr_t addr);
/external/llvm-project/lldb/source/Target/
DMemory.cpp402 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory() function in AllocatedMemoryCache
DProcess.cpp2467 DeallocateMemory(allocated_memory); in CanJIT()
2482 Status Process::DeallocateMemory(addr_t ptr) { in DeallocateMemory() function in Process
2485 if (!m_allocated_memory_cache.DeallocateMemory(ptr)) { in DeallocateMemory()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV2.cpp1464 process->DeallocateMemory(class_infos_addr); in UpdateISAToDescriptorMapDynamic()
1759 process->DeallocateMemory(class_infos_addr); in UpdateISAToDescriptorMapSharedCache()

12