#include <lscript_alloc.h>
Public Member Functions | |
LLScriptAllocEntry () | |
LLScriptAllocEntry (S32 offset, U8 type) | |
Public Attributes | |
S32 | mSize |
U8 | mType |
S16 | mReferenceCount |
Friends | |
std::ostream & | operator<< (std::ostream &s, const LLScriptAllocEntry &a) |
Definition at line 69 of file lscript_alloc.h.
LLScriptAllocEntry::LLScriptAllocEntry | ( | ) | [inline] |
Definition at line 72 of file lscript_alloc.h.
Definition at line 73 of file lscript_alloc.h.
std::ostream& operator<< | ( | std::ostream & | s, | |
const LLScriptAllocEntry & | a | |||
) | [friend] |
Definition at line 74 of file lscript_alloc.h.
Definition at line 82 of file lscript_alloc.h.
Referenced by alloc_entry2bytestream(), bytestream2alloc_entry(), lsa_create_data_block(), lsa_decrease_ref_count(), lsa_fprint_heap(), lsa_heap_add_data(), lsa_increase_ref_count(), and lsa_print_heap().
Definition at line 80 of file lscript_alloc.h.
Referenced by alloc_entry2bytestream(), bytestream2alloc_entry(), lsa_create_data_block(), lsa_fprint_heap(), lsa_heap_add_data(), lsa_heap_top(), lsa_print_heap(), and lsa_split_block().
Definition at line 81 of file lscript_alloc.h.
Referenced by alloc_entry2bytestream(), bytestream2alloc_entry(), lsa_create_data_block(), lsa_decrease_ref_count(), lsa_fprint_heap(), lsa_get_data(), lsa_get_list_ptr(), lsa_heap_add_data(), and lsa_print_heap().