Searched refs:AllocatedMemoryCache (Results 1 – 3 of 3) sorted by relevance
327 AllocatedMemoryCache::AllocatedMemoryCache(Process &process) in AllocatedMemoryCache() function in AllocatedMemoryCache330 AllocatedMemoryCache::~AllocatedMemoryCache() {} in ~AllocatedMemoryCache()332 void AllocatedMemoryCache::Clear() { in Clear()342 AllocatedMemoryCache::AllocatedBlockSP343 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()
122 class AllocatedMemoryCache {127 AllocatedMemoryCache(Process &process);129 ~AllocatedMemoryCache();153 DISALLOW_COPY_AND_ASSIGN(AllocatedMemoryCache);
3097 AllocatedMemoryCache m_allocated_memory_cache;