Free Function | Learn CPlusPlus
Free function enables you to release or deallocate memory blocks that were previously allocated using functions like Ralloc, Malloc, or Realloc. It liberates the memory blocks, returning them to the heap. This function assists in freeing up memory within your program, making it accessible for future utilization. If you want to explore more about Free Function, take a look at this blog.