NVMLib  very early alpha
A library to optimally use a Hybrid RAM setup.
MEMoid_st Struct Reference

The struct that stores the memptr for the object. More...

#include <malloc.h>

Data Fields

uint64_t pool_id
 
uint64_t offset
 
size_t size
 

Detailed Description

The struct that stores the memptr for the object.

Definition at line 29 of file malloc.h.

Field Documentation

◆ offset

uint64_t offset

Definition at line 31 of file malloc.h.

◆ pool_id

uint64_t pool_id

Definition at line 30 of file malloc.h.

◆ size

size_t size

Definition at line 32 of file malloc.h.


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