DtvLong dal_mem_fre ()

Releases the allocated memory space up to the buffered malloc pointer.

Input Parameters Significance
none -

Output Parameters Significance
none -

Return Code Significance
0 no error

The current malloc pointer specifies the start block of the last memory area allocated via dal_mem_set.

Attention! If you want to release allocated memory using dal_mem_free after executing a program function, you will have to execute dal_mem_set before executing the program function. If you do not use both functions as a pair, this can result in a system crash.