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

/external/lldb/source/Target/
H A DProcess.cpp1031 m_allocated_memory_cache (*this),
1144 m_allocated_memory_cache.Clear();
2720 return m_allocated_memory_cache.AllocateMemory(size, permissions, error);
2768 if (!m_allocated_memory_cache.DeallocateMemory(ptr))
5589 m_allocated_memory_cache.Clear();
/external/lldb/include/lldb/Target/
H A DProcess.h3669 AllocatedMemoryCache m_allocated_memory_cache; member in class:lldb_private::Process

Completed in 43 milliseconds