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

The structure used in spaly_tree which used for getting MEMoid from the memory address. More...

#include <malloc.h>

Data Fields

enum splay_comp comp
 
union {
   void *   addr
 
   MEMoidKey   key
 
}; 
 

Detailed Description

The structure used in spaly_tree which used for getting MEMoid from the memory address.

Definition at line 116 of file malloc.h.

Field Documentation

◆ @1

union { ... }

◆ addr

void* addr

Definition at line 119 of file malloc.h.

◆ comp

enum splay_comp comp

Definition at line 32 of file malloc.h.

◆ key

MEMoidKey key

Definition at line 120 of file malloc.h.


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