Searched refs:AllocatedMemoryCache (Results 1 – 3 of 3) sorted by relevance
114 class AllocatedMemoryCache {117 AllocatedMemoryCache(Process &process);119 ~AllocatedMemoryCache();141 AllocatedMemoryCache(const AllocatedMemoryCache &) = delete;142 const AllocatedMemoryCache &operator=(const AllocatedMemoryCache &) = delete;
3127 AllocatedMemoryCache m_allocated_memory_cache;
344 AllocatedMemoryCache::AllocatedMemoryCache(Process &process) in AllocatedMemoryCache() function in AllocatedMemoryCache347 AllocatedMemoryCache::~AllocatedMemoryCache() = default;349 void AllocatedMemoryCache::Clear(bool deallocate_memory) { in Clear()359 AllocatedMemoryCache::AllocatedBlockSP360 AllocatedMemoryCache::AllocatePage(uint32_t byte_size, uint32_t permissions, in AllocatePage()386 lldb::addr_t AllocatedMemoryCache::AllocateMemory(size_t byte_size, in AllocateMemory()417 bool AllocatedMemoryCache::DeallocateMemory(lldb::addr_t addr) { in DeallocateMemory()