#include "malloc.h"
#include <time.h>
#include <sys/queue.h>
Go to the source code of this file.
◆ address_log
◆ initialize_log_queues()
| void initialize_log_queues |
( |
| ) |
|
◆ log_read()
| 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.
- Parameters
-
| addr | the memory address read from. |
| size | the size of memory access. |
- Returns
- Nothing.
- Note
- This is an internal function.
Definition at line 52 of file mem_log.c.
◆ log_write()
| 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.
- Parameters
-
| addr | the memory address written into |
| size | the size of memory access. |
- Returns
- Nothing.
- Note
- This is an internal function.
Definition at line 23 of file mem_log.c.
◆ TAILQ_HEAD() [1/2]
◆ TAILQ_HEAD() [2/2]