| gem5
    v19.0.0.0
    | 
#include <sc_temporary.hh>
| Public Member Functions | |
| sc_vpool (int log2, T *pool_p=0) | |
| ~sc_vpool () | |
| T * | allocate () | 
| void | reset () | 
| std::size_t | size () | 
| Protected Attributes | |
| std::size_t | m_pool_i | 
| T * | m_pool_p | 
| std::size_t | m_wrap | 
Definition at line 158 of file sc_temporary.hh.
| 
 | inline | 
Definition at line 174 of file sc_temporary.hh.
| 
 | inline | 
Definition at line 182 of file sc_temporary.hh.
| 
 | inline | 
Definition at line 188 of file sc_temporary.hh.
Referenced by sc_dt::sc_concat_bool::allocate().
| 
 | inline | 
Definition at line 198 of file sc_temporary.hh.
| 
 | inline | 
Definition at line 204 of file sc_temporary.hh.
| 
 | protected | 
Definition at line 161 of file sc_temporary.hh.
| 
 | protected | 
Definition at line 162 of file sc_temporary.hh.
| 
 | protected | 
Definition at line 163 of file sc_temporary.hh.