gem5
|
#include <arguments.hh>
Public Member Functions | |
Data () | |
~Data () | |
char * | alloc (size_t size) |
Private Attributes | |
std::list< char * > | data |
Definition at line 49 of file arguments.hh.
|
inline |
Definition at line 52 of file arguments.hh.
Arguments::Data::~Data | ( | ) |
Definition at line 36 of file arguments.cc.
References data.
char * Arguments::Data::alloc | ( | size_t | size | ) |
Definition at line 45 of file arguments.cc.
References Arguments::data, and X86ISA::size().
|
private |
Definition at line 56 of file arguments.hh.
Referenced by ~Data().