#include <sc_temporary.hh>
Definition at line 97 of file sc_temporary.hh.
◆ sc_byte_heap() [1/2]
sc_core::sc_byte_heap::sc_byte_heap |
( |
| ) |
|
|
inline |
◆ sc_byte_heap() [2/2]
sc_core::sc_byte_heap::sc_byte_heap |
( |
std::size_t |
heap_size | ) |
|
|
inline |
◆ ~sc_byte_heap()
sc_core::sc_byte_heap::~sc_byte_heap |
( |
| ) |
|
|
inline |
◆ allocate()
char* sc_core::sc_byte_heap::allocate |
( |
std::size_t |
bytes_n | ) |
|
|
inline |
◆ initialize()
void sc_core::sc_byte_heap::initialize |
( |
std::size_t |
heap_size = 0x100000 | ) |
|
|
inline |
◆ length()
std::size_t sc_core::sc_byte_heap::length |
( |
| ) |
|
|
inline |
◆ m_bgn_p
char* sc_core::sc_byte_heap::m_bgn_p |
◆ m_end_p
char* sc_core::sc_byte_heap::m_end_p |
◆ m_next_p
char* sc_core::sc_byte_heap::m_next_p |
The documentation for this class was generated from the following file: