J
J-Wing
Guest
i am using dynamic memory allocation to run in NIOS.
i) this means using malloc to get the memory needed
ii) and using free to free the memory needed
after testing, i think that the free function does not do anything. is
there any way to free the memory allocated?
i) this means using malloc to get the memory needed
ii) and using free to free the memory needed
after testing, i think that the free function does not do anything. is
there any way to free the memory allocated?