DtvLong dal_mem_set ()

Buffers the current malloc pointer to the allocated memory.

Input Parameters Significance
none -

Output Parameters Significance
none -

Return Code Significance
0 no error

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

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.