|
|
|
|
|
by rhn_mk1
2319 days ago
|
|
That seems to be something different; instead of getting the memory when some other application needs it, the OS receives the memory when the application (browser) doesn't need it any longer, so it can't be used for caching. This actually looks exactly like the malloc/free use case. |
|