Lines Matching refs:memory
31 determine which areas of memory are actually mapped and llseek to
74 page is managed by the SLAB/SLOB/SLUB/SLQB kernel memory allocator
79 a free memory block managed by the buddy system allocator
80 The buddy system organizes free memory in blocks of various orders.
90 memory allocators and various device drivers. However in this interface,
96 hardware detected memory corruption on this page: don't touch the data!
102 identical memory pages dynamically shared between one or more processes
116 ie. for file backed page: (in-memory data revision >= on-disk one)
118 ie. for file backed page: (in-memory data revision > on-disk one)
126 eg. ramfs pages, shmctl(SHM_LOCK) and mlock() memory segments
129 11. MMAP a memory mapped page
130 12. ANON a memory mapped page that is not part of a file
139 The general procedure for using pagemap to find out about a process' memory
142 1. Read /proc/pid/maps to determine which parts of the memory space are
152 memory that a process is using that is not shared with any other process,