char *dal_mem_ral (ptr, siz)

Changes the size of the allocated memory (corresponds to C function realloc).

Input Parameters Significance
char *ptr start pointer to the present memory space
int siz size (in byte) of a data packet

Output Parameters Significance
none -

Return Code Significance
value pointer to the requested memory space
0 error

no remarks