Lines Matching +full:can +full:- +full:primary
2 .\" ----------------------------------------------------------------------------
3 .\" "THE BEER-WARE LICENSE" (Revision 42):
5 .\" can do whatever you want with this stuff. If we meet some day, and you think
6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 .\" ----------------------------------------------------------------------------
29 agree that it should be minimized as well, and if malloc(3) can do
43 only the pages that are actually used need to be in primary storage
45 That implies that many more processes can fit in the same amount of
46 primary storage, since most processes have a high degree of locality
60 For now we can simply say that it is the number of pages the process
62 primary storage.
63 (If primary storage isn't congested, this is not really important
65 disk-cache or similar functions, so from that perspective it will
75 This is usually done using various kinds of least-recently-used
78 With this knowledge, can we decide what the performance goal is for
88 primary storage is in a VM system) work better.
111 With this analysis in the luggage, we can start coding.