sc_core::sc_byte_heap Class Reference

#include <sc_temporary.h>

List of all members.

Public Member Functions

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 Attributes

char * m_bgn_p
char * m_end_p
char * m_next_p


Constructor & Destructor Documentation

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]


Member Function Documentation

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]


Member Data Documentation

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:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page