Home
last modified time | relevance | path

Searched refs:AllocatedMemoryCache (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemory.h114 class AllocatedMemoryCache {
117 AllocatedMemoryCache(Process &process);
119 ~AllocatedMemoryCache();
143 AllocatedMemoryCache(const AllocatedMemoryCache &) = delete;
144 const AllocatedMemoryCache &operator=(const AllocatedMemoryCache &) = delete;
H A DProcess.h3202 AllocatedMemoryCache m_allocated_memory_cache;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DMemory.cpp345 AllocatedMemoryCache::AllocatedMemoryCache(Process &process) in AllocatedMemoryCache() function in AllocatedMemoryCache
348 AllocatedMemoryCache::~AllocatedMemoryCache() = default;
350 void AllocatedMemoryCache::Clear(bool deallocate_memory) { in Clear()
360 AllocatedMemoryCache::AllocatedBlockSP
361 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage()
387 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()
418 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory()
437 bool AllocatedMemoryCache::IsInCache(lldb::addr_t addr) const { in IsInCache()