Searched refs:AllocatedMemoryCache (Results 1 – 3 of 3) sorted by relevance
112 class AllocatedMemoryCache {115 AllocatedMemoryCache(Process &process);117 ~AllocatedMemoryCache();139 AllocatedMemoryCache(const AllocatedMemoryCache &) = delete;140 const AllocatedMemoryCache &operator=(const AllocatedMemoryCache &) = delete;
2819 AllocatedMemoryCache m_allocated_memory_cache;
329 AllocatedMemoryCache::AllocatedMemoryCache(Process &process) in AllocatedMemoryCache() function in AllocatedMemoryCache332 AllocatedMemoryCache::~AllocatedMemoryCache() {} in ~AllocatedMemoryCache()334 void AllocatedMemoryCache::Clear() { in Clear()344 AllocatedMemoryCache::AllocatedBlockSP345 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage()371 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()402 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory()