Could anyone explain about how Windows operating system handles the memory?
For eg:
In Solaris, the memory allocated by the process will not be freed immediately, and it will be the free cache memmory available for the process. If any further request for the memory require for this process, then the memory from the free cache wil be allocated to it by the kernel.
If you provide any link regarding the details, it will be more helpful.