![]() |
NVMLib
very early alpha
A library to optimally use a Hybrid RAM setup.
|

Go to the source code of this file.
Functions | |
| void | initialize_log_queues () |
| void | log_write (void *addr, size_t size) |
| Function to record the memory addresses written into in a given object. More... | |
| void | log_read (void *addr, size_t size) |
| Function to record the memory addresses read from in a given object. More... | |
| void log_read | ( | void * | addr, |
| size_t | size | ||
| ) |
Function to record the memory addresses read from in a given object.
This function is used for entropy calculations. It is inserted into the code are compile time by the mem_track.cc plugin.
| addr | the memory address read from. |
| size | the size of memory access. |
| void log_write | ( | void * | addr, |
| size_t | size | ||
| ) |
Function to record the memory addresses written into in a given object.
This function is used for entropy calculations. It is inserted into the code are compile time by the mem_track.cc plugin.
| addr | the memory address written into |
| size | the size of memory access. |