HomeSort by relevance Sort by last modified time
    Searched refs:DeallocateMemory (Results 1 - 13 of 13) sorted by null

  /external/lldb/include/lldb/Target/
Memory.h 170 DeallocateMemory (lldb::addr_t ptr);
Process.h     [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachTask.h 73 nub_bool_t DeallocateMemory (nub_addr_t addr);
MachTask.cpp     [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 200 DeallocateMemory (lldb::addr_t addr);
GDBRemoteCommunicationClient.cpp     [all...]
ProcessGDBRemote.cpp     [all...]
  /external/lldb/source/Expression/
IRMemoryMap.cpp 398 process_sp->DeallocateMemory(allocation.m_process_alloc); // FindSpace allocated this for real
408 process_sp->DeallocateMemory(allocation.m_process_alloc);
ClangFunction.cpp 479 exe_ctx.GetProcessRef().DeallocateMemory(args_addr);
  /external/lldb/source/Target/
Memory.cpp 441 AllocatedMemoryCache::DeallocateMemory (lldb::addr_t addr)
457 log->Printf("AllocatedMemoryCache::DeallocateMemory (addr = 0x%16.16" PRIx64 ") => %i", (uint64_t)addr, success);
Process.cpp     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV2.cpp     [all...]
  /external/lldb/tools/debugserver/source/
DNB.cpp     [all...]

Completed in 445 milliseconds