Go to the documentation of this file.
33 #ifndef __DYN_POOL_MANAGER_HH__
34 #define __DYN_POOL_MANAGER_HH__
40 #include "params/DynPoolManager.hh"
55 uint32_t
allocateRegion(
const uint32_t size, uint32_t *reservedPoolSize)
override;
56 bool canAllocate(uint32_t numRegions, uint32_t size)
override;
57 void freeRegion(uint32_t firstIdx, uint32_t lastIdx)
override;
78 #endif // __DYN_POOL_MANAGER_HH__
uint32_t regionSize(std::pair< uint32_t, uint32_t > ®ion) override
std::list< std::pair< int, int > > freeSpaceRecord
bool canAllocate(uint32_t numRegions, uint32_t size) override
uint32_t minAllocatedElements(uint32_t size)
void resetRegion(const int ®sPerSimd) override
uint32_t allocateRegion(const uint32_t size, uint32_t *reservedPoolSize) override
uint32_t _totRegSpaceAvailable
std::string printRegion() override
void freeRegion(uint32_t firstIdx, uint32_t lastIdx) override
DynPoolManager(const PoolManagerParams &p)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Generated on Wed Jul 13 2022 10:39:21 for gem5 by doxygen 1.8.17