scTDCLibrary
Data Fields
sc_pipe_statistics_params_t Struct Reference

Parameters for STATISTICS pipe type. More...

Data Fields

void * allocator_owner
 
int(* allocator_cb )(void *, void **)
 

Detailed Description

Parameters for STATISTICS pipe type.

The size of the data unit is sizeof(statistics_t) (1k).

Field Documentation

int(* sc_pipe_statistics_params_t::allocator_cb)(void *, void **)

Used to allocate memory for data. If NULL - direct memory allocation. allocator_owner field will used as first argument during the call.