Copyright (C) 2000-2012 |
GNU Info (libc.info)Memory ResourcesQuerying memory available resources =================================== The amount of memory available in the system and the way it is organized determines oftentimes the way programs can and have to work. For functions like `mmap' it is necessary to know about the size of individual memory pages and knowing how much memory is available enables a program to select appropriate sizes for, say, caches. Before we get into these details a few words about memory subsystems in traditional Unix systems will be given.
automatically generated by info2www version 1.2.2.9 |