gem5 v24.0.0.0
|
#include <endian_conv.hh>
Public Member Functions | |
tlm_endian_context_pool () | |
~tlm_endian_context_pool () | |
tlm_endian_context * | pop () |
void | push (tlm_endian_context *c) |
Public Attributes | |
tlm_endian_context * | first |
Definition at line 149 of file endian_conv.hh.
|
inline |
Definition at line 246 of file endian_conv.hh.
|
inline |
Definition at line 248 of file endian_conv.hh.
References first, and tlm::tlm_endian_context::next.
|
inline |
Definition at line 258 of file endian_conv.hh.
References first, and tlm::tlm_endian_context::next.
Referenced by tlm::establish_context().
|
inline |
Definition at line 267 of file endian_conv.hh.
References c, first, and SwitchingFiber::next.
Referenced by tlm::tlm_endian_context::free().
tlm_endian_context* tlm::tlm_endian_context_pool::first |
Definition at line 152 of file endian_conv.hh.
Referenced by pop(), push(), and ~tlm_endian_context_pool().