9 #include <forward_list>
36 Pool(
unsigned int numBytes);
44 void Reserve(
unsigned int numBytes);
55 std::forward_list<Pool> m_Pools;
56 std::vector<Pool*> m_FreePools;
Pool(unsigned int numBytes)
void Reserve(unsigned int numBytes)
virtual ~TosaRefMemoryManager()
void * GetPointer(Pool *pool)
void Allocate(Pool *pool)
Pool * Manage(unsigned int numBytes)
Copyright (c) 2021 ARM Limited and Contributors.