Lines Matching full:pages
43 only the pages that are actually used need to be in primary storage
47 of reference and thus only need some fraction of their pages to actually
60 For now we can simply say that it is the number of pages the process
64 of course, but most systems would be better off using the pages for
67 If the number of pages is too small, the process will wait for its
68 pages to be read from secondary storage much of the time, if it's too
71 From the view of any single process, this number of pages is
72 "all of my pages", but from the point of view of the OS it should
82 Minimize the number of pages accessed.
86 If the number of accessed pages is smaller, then locality of reference is
93 pages being paged in every time a malloc call was made, because malloc
99 Try to work in pages.
104 kernel, but few try to avoid objects spanning pages.
107 is less than or equal to a page, there is no reason for it to span two pages.
108 Having objects span pages means that two pages must be