#include <sc_temporary.h>
Public メソッド | |
| char * | allocate (int bytes_n) |
| void | initialize (int heap_size=0x100000) |
| unsigned int | length () |
| sc_byte_heap () | |
| sc_byte_heap (int heap_size) | |
| ~sc_byte_heap () | |
Public 変数 | |
| char * | m_bgn_p |
| char * | m_end_p |
| char * | m_next_p |
| sc_core::sc_byte_heap::sc_byte_heap | ( | ) | [inline] |
| sc_core::sc_byte_heap::sc_byte_heap | ( | int | heap_size | ) | [inline] |
| sc_core::sc_byte_heap::~sc_byte_heap | ( | ) | [inline] |
| char* sc_core::sc_byte_heap::allocate | ( | int | bytes_n | ) | [inline] |
| void sc_core::sc_byte_heap::initialize | ( | int | heap_size = 0x100000 |
) | [inline] |
| unsigned int sc_core::sc_byte_heap::length | ( | ) | [inline] |
1.5.6