Lluvia
MemoryAllocationInfo.h File Reference

Structures and methods for storing memory allocation information. More...

#include <cstdint>
#include <ostream>
Include dependency graph for MemoryAllocationInfo.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Structures and methods for storing memory allocation information.

Function Documentation

◆ operator<<()

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]".

Parameters
outThe output stream where allocInfo is printed.
[in]allocInfoThe allocate information
Returns
returns out parameter.