Constructors and Destructors |
|
---|---|
FileCopyAllocation(const char *filename, ErrorReporter *error_reporter)
Loads the provided file into a heap memory region.
|
|
~FileCopyAllocation()
|
Public functions |
|
---|---|
base() const override
|
const void *
|
bytes() const override
|
size_t
|
valid() const override
|
bool
|
FileCopyAllocation( const char *filename, ErrorReporter *error_reporter )
Loads the provided file into a heap memory region.
const void * base() const override
size_t bytes() const override
bool valid() const override
~FileCopyAllocation() override