Lluvia
|
Structures and methods for storing memory allocation information. More...
#include <cstdint>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | ll::MemoryAllocationInfo |
Structure to hold the allocation information of objects in memory. More... | |
Namespaces | |
ll | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const ll::MemoryAllocationInfo &allocInfo) |
prints the memory allocation in a output stream. More... | |
Structures and methods for storing memory allocation information.
std::ostream& operator<< | ( | std::ostream & | out, |
const ll::MemoryAllocationInfo & | allocInfo | ||
) |
prints the memory allocation in a output stream.
Parameter allocInfo is printed with format "[offset, size, leftPadding, page]".
out | The output stream where allocInfo is printed. | |
[in] | allocInfo | The allocate information |