Freeing allocated memory: realloc() vs. free()

前端 未结 7 1149
醉梦人生
醉梦人生 2020-12-10 04:05

so I have a piece of memory allocated with malloc() and changed later with realloc().

At some point in my code I want to empty it, by this

7条回答
提交回复
热议问题