Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data_Entry.c File Reference
#include "Data_Entry.h"
#include "Key_Entry.h"
#include <stdlib.h>
#include <string.h>
Include dependency graph for Data_Entry.c:

Go to the source code of this file.

Functions

struct Data_entryData_entry_init (uint64_t key, void *payload, size_t size)
 Creates a new Data_entry. More...
 
struct Data_entryData_entry_clone (struct Data_entry *de)
 Clones a Data_entry. More...
 
void Data_entry_release (struct Data_entry *de)
 Clears a Data_entry. More...