Home
last modified time | relevance | path

Searched refs:m_allocated_memory_cache (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Target/
DProcess.cpp1031 m_allocated_memory_cache (*this), in Process()
1144 m_allocated_memory_cache.Clear(); in Finalize()
2720 return m_allocated_memory_cache.AllocateMemory(size, permissions, error); in AllocateMemory()
2768 if (!m_allocated_memory_cache.DeallocateMemory(ptr)) in DeallocateMemory()
5589 m_allocated_memory_cache.Clear(); in DidExec()
/external/lldb/include/lldb/Target/
DProcess.h3669 AllocatedMemoryCache m_allocated_memory_cache; variable