Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h121 void Clear(bool deallocate_memory);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp349 void AllocatedMemoryCache::Clear(bool deallocate_memory) { in Clear() argument
351 if (m_process.IsAlive() && deallocate_memory) { in Clear()