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