27 #ifndef WRAPPED_SYMBOLS_H 
   28 #define WRAPPED_SYMBOLS_H 
   46 #define T_POSIX_ENUM(a) T_##a 
   47 #define T_POSIX_NAME(a) #a 
   48 #define T_POSIX_ID(a) a 
Structure defining event for wrapped symbols. 
 
Wrapped_symbol
enum indicating which symbols are wrapped 
 
int64_t size
For functions that manipulates data, the size of the data (for example, with malloc, the size of allocated data) 
 
Wrapped_symbol type
The symbol type. 
 
void * ptr
For functions that manipulates a pointer, the pointer (for example, with malloc, the allocated data) ...
 
static const char *const Wrapped_symbol_names[T_POSIX_COUNT]
Array containing wrapped symbols names.