Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DMemory.h112 class AllocatedMemoryCache {
115 AllocatedMemoryCache(Process &process);
117 ~AllocatedMemoryCache();
139 AllocatedMemoryCache(const AllocatedMemoryCache &) = delete;
140 const AllocatedMemoryCache &operator=(const AllocatedMemoryCache &) = delete;
H A DProcess.h2934 AllocatedMemoryCache m_allocated_memory_cache;
/openbsd/gnu/llvm/lldb/source/Target/
H A DMemory.cpp330 AllocatedMemoryCache::AllocatedMemoryCache(Process &process) in AllocatedMemoryCache() function in AllocatedMemoryCache
333 AllocatedMemoryCache::~AllocatedMemoryCache() = default;
335 void AllocatedMemoryCache::Clear(bool deallocate_memory) { in Clear()
345 AllocatedMemoryCache::AllocatedBlockSP
346 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage()
372 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()
403 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory()