Lluvia
ll::MemoryAllocationInfo Struct Reference

Structure to hold the allocation information of objects in memory. More...

#include <MemoryAllocationInfo.h>

Public Attributes

uint64_t offset
 aligned offset More...
 
uint64_t size
 requested size More...
 
uint64_t leftPadding
 left padding required to align offset More...
 
uint32_t page
 page number within memory More...
 

Detailed Description

Structure to hold the allocation information of objects in memory.

Member Data Documentation

◆ leftPadding

uint64_t ll::MemoryAllocationInfo::leftPadding

left padding required to align offset

◆ offset

uint64_t ll::MemoryAllocationInfo::offset

aligned offset

◆ page

uint32_t ll::MemoryAllocationInfo::page

page number within memory

◆ size

uint64_t ll::MemoryAllocationInfo::size

requested size


The documentation for this struct was generated from the following file: