scc
2024.06
SystemC components library
|
a tlm memory manager More...
#include <tlm_mm.h>
Static Public Member Functions | |
static tlm_mm & | get () |
accessor function of the singleton More... | |
Additional Inherited Members | |
![]() | |
tlm_mm_t (const tlm_mm_t &)=delete | |
tlm_mm_t (tlm_mm_t &&)=delete | |
tlm_mm_t & | operator= (const tlm_mm_t &other)=delete |
tlm_mm_t & | operator= (tlm_mm_t &&other)=delete |
payload_type * | allocate () |
get a plain tlm_payload_type without extensions More... | |
payload_type * | allocate () |
get a tlm_payload_type with registered extension More... | |
void | free (payload_base *trans) |
return the extension into the memory pool (removing the extensions) More... | |
a tlm memory manager
This memory manager can be used as singleton or as local memory manager. It uses the pool_allocator as singleton to maximize reuse
|
inlinestatic |