Hades supposedly drank from the Pool of Memory.
resident memory pool: cannot be swapped out
Paged pool memory is a region in virtual memory which can be paged in and paged out of the system. Device driver which do not need to access the memory from DPC/Dispatch level or above can use paged pool. it is accessible from any process context.
He drinks water from this small pool
Storage pool is collection of free linked list in the memory.
nothing.
The Pensieve.
a example: A hot girl is so hot she wants to get in pool then she drinks water to get energy to get back in the pool and swim.
Bye bye doggy. ☹
Memory loss, alcoholism, and liver disease.
The best tips for having a pool party is make sure you have a pool. If not, set up a sprinkler or have some sort of water present. Also having cold drinks available, because hopefully the pool party will be on a warm day when people are hot.
There are many different jobs associated with a swimming pool. A lifeguard watches out for swimmers, a pool boy or cabana boy serves drinks and cold washcloths to sunbathers, and there is also a maintenance crew involved with keeping the swimming pool clean and functioning properly.
As a memory pool is allocated from, over time the pool will become fragmented. Some objects from the pool will be allocated surrounded by objects that are not, in seemingly random order. Memory compaction is the process of moving allocated objects together, and leaving empty space together. Consider a system with 3 pages and about 50% of their objects are allocated. By compacting all the living objects into the first two pages, leaving the third page completely empty. This empty page can then be ignored during future mark/sweep phases since it is known to be empty of living objects, or it can be released and returned to the operating system.