Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DMemory.cpp327 AllocatedMemoryCache::AllocatedMemoryCache(Process &process) in AllocatedMemoryCache() function in AllocatedMemoryCache
330 AllocatedMemoryCache::~AllocatedMemoryCache() {} in ~AllocatedMemoryCache()
332 void AllocatedMemoryCache::Clear() { in Clear()
342 AllocatedMemoryCache::AllocatedBlockSP
343 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage()
368 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()
400 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DMemory.h122 class AllocatedMemoryCache {
127 AllocatedMemoryCache(Process &process);
129 ~AllocatedMemoryCache();
153 DISALLOW_COPY_AND_ASSIGN(AllocatedMemoryCache);
H A DProcess.h3097 AllocatedMemoryCache m_allocated_memory_cache;