Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp444 m_memory_cache(*this), m_allocated_memory_cache(*this), in Process()
562 m_allocated_memory_cache.Clear(/*deallocate_memory=*/true); in Finalize()
2294 if (TrackMemoryCacheChanges() || !m_allocated_memory_cache.IsInCache(addr)) in WriteMemory()
2432 return m_allocated_memory_cache.AllocateMemory(size, permissions, error); in AllocateMemory()
2485 if (!m_allocated_memory_cache.DeallocateMemory(ptr)) { in DeallocateMemory()
5978 m_allocated_memory_cache.Clear(/*deallocte_memory=*/false); in DidExec()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h3202 AllocatedMemoryCache m_allocated_memory_cache; variable