H
Hallvard B Furuseth
Vijay said:ok. Is there any way to return released memory back to OS explicitly?
There could be on your OS, but most likely if you want to return it to
the OS, you must get it from the OS and not from memory "owned" by C.
E.g. mmap() - munmap() on POSIX. For other OSes, I don't know.