char *dal_mem_cal (cnt, siz)
Allocate memory and fill it with zeros (corresponds to C function calloc).
Input Parameters
Significance
int cnt
number of data packets
int siz
size of a data packets
Output Parameters
Significance
none
-
Return Code
Significance
value
pointer to the requested memory space
0
error
no remarks