char *dal_mem_mal (siz)

Allocate memory (corresponds to C function malloc).

Input Parameters Significance
int siz requested memory size

Output Parameters Significance
none -

Return Code Significance
0 error
pointer to the requested memory space

no remarks