Lines Matching refs:memory
37 determine which areas of memory are actually mapped and llseek to
76 memory cgroup each page is charged to, indexed by PFN. Only available when
85 page is managed by the SLAB/SLOB/SLUB/SLQB kernel memory allocator
90 a free memory block managed by the buddy system allocator
91 The buddy system organizes free memory in blocks of various orders.
101 memory allocators and various device drivers. However in this interface,
107 hardware detected memory corruption on this page: don't touch the data!
113 identical memory pages dynamically shared between one or more processes
133 ie. for file backed page: (in-memory data revision >= on-disk one)
135 ie. for file backed page: (in-memory data revision > on-disk one)
143 eg. ramfs pages, shmctl(SHM_LOCK) and mlock() memory segments
146 11. MMAP a memory mapped page
147 12. ANON a memory mapped page that is not part of a file
156 The general procedure for using pagemap to find out about a process' memory
159 1. Read /proc/pid/maps to determine which parts of the memory space are
169 memory that a process is using that is not shared with any other process,