gem5
v20.0.0.3
|
#include <simple_pool_manager.hh>
Public Member Functions | |
SimplePoolManager (uint32_t minAlloc, uint32_t poolSize) | |
uint32_t | minAllocatedElements (uint32_t size) |
std::string | printRegion () |
bool | canAllocate (uint32_t numRegions, uint32_t size) |
uint32_t | allocateRegion (const uint32_t size, uint32_t *reservedPoolSize) |
void | freeRegion (uint32_t firstIdx, uint32_t lastIdx) |
uint32_t | regionSize (std::pair< uint32_t, uint32_t > ®ion) |
![]() | |
PoolManager (uint32_t minAlloc, uint32_t poolSize) | |
uint32_t | minAllocation () |
uint32_t | poolSize () |
Private Attributes | |
uint32_t | _regionSize |
uint8_t | _nxtFreeIdx |
uint32_t | _reservedGroups |
Definition at line 44 of file simple_pool_manager.hh.
|
inline |
Definition at line 47 of file simple_pool_manager.hh.
References allocateRegion(), canAllocate(), freeRegion(), minAllocatedElements(), printRegion(), and regionSize().
|
virtual |
Implements PoolManager.
Definition at line 83 of file simple_pool_manager.cc.
References _nxtFreeIdx, _regionSize, _reservedGroups, minAllocatedElements(), and PoolManager::poolSize().
Referenced by SimplePoolManager().
|
virtual |
Implements PoolManager.
Definition at line 65 of file simple_pool_manager.cc.
References _reservedGroups, minAllocatedElements(), and PoolManager::poolSize().
Referenced by SimplePoolManager().
|
virtual |
Implements PoolManager.
Definition at line 73 of file simple_pool_manager.cc.
References _nxtFreeIdx, and _reservedGroups.
Referenced by SimplePoolManager().
uint32_t SimplePoolManager::minAllocatedElements | ( | uint32_t | size | ) |
Definition at line 41 of file simple_pool_manager.cc.
References fatal_if, PoolManager::minAllocation(), and PoolManager::poolSize().
Referenced by allocateRegion(), canAllocate(), and SimplePoolManager().
|
virtual |
Implements PoolManager.
Definition at line 51 of file simple_pool_manager.cc.
References _regionSize, _reservedGroups, and sc_dt::to_string().
Referenced by SimplePoolManager().
|
virtual |
Implements PoolManager.
Definition at line 98 of file simple_pool_manager.cc.
References PoolManager::poolSize().
Referenced by SimplePoolManager().
|
private |
Definition at line 65 of file simple_pool_manager.hh.
Referenced by allocateRegion(), and freeRegion().
|
private |
Definition at line 63 of file simple_pool_manager.hh.
Referenced by allocateRegion(), and printRegion().
|
private |
Definition at line 67 of file simple_pool_manager.hh.
Referenced by allocateRegion(), canAllocate(), freeRegion(), and printRegion().