/external/chromium_org/tools/perf/ |
trace-info.json | 121 "description": "The peak Resident Set Size (physically resident memory) usage achieved by the browser process." 124 "description": "The peak Resident Set Size (physically resident memory) usage achieved by the renderer process." 178 "description": "Resident Set Size (physically resident memory) of browser process" 181 "description": "Resident Set Size (physically resident memory) of GPU process" 184 "description": "Resident Set Size (physically resident memory) of renderer process [all...] |
/ndk/sources/host-tools/make-3.81/ |
README.Amiga | 31 - Can be made resident to save space and time 58 If you plan to use recursive makes, install make resident: 60 Resident make Add
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
resource.h | 55 /* Largest resident set size, in bytes. 57 resident set size will be more likely to have physical memory 184 /* Maximum resident set size (in kilobytes). */
|
shm.h | 103 unsigned long int shm_rss; /* total resident shm */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
resource.h | 55 /* Largest resident set size, in bytes. 57 resident set size will be more likely to have physical memory 184 /* Maximum resident set size (in kilobytes). */
|
/external/chromium_org/base/process/ |
process_metrics.h | 40 // Working Set (resident) memory usage broken down by 75 // Committed (resident + paged) memory usage broken down by 140 // the resident set size. 150 // Fills a CommittedKBytes with both resident and paged 153 // Fills a WorkingSetKBytes containing resident private and shared memory
|
internal_linux.h | 60 VM_RSS = 23, // Resident Set Size in pages.
|
/external/chromium_org/chrome/browser/resources/ |
about_memory_mac.html | 79 <strong>Resident:</strong> 110 Resident 192 Resident
|
about_memory.html | 88 Resident memory size that is not shared with any other 94 Resident memory size that is currently shared with 2 or more 105 The sum of the private + shared resident memory sizes. 119 The resident and paged bytes committed for use by only this
|
/external/chromium_org/chrome/browser/ |
process_info_snapshot_mac.cc | 134 // Get resident set size, virtual memory size. 197 "rsize," // Resident memory 198 "rshrd," // Resident shared memory 199 "rprvt," // Resident private memory
|
process_info_snapshot.h | 71 // Fills a |CommittedKBytes| with both resident and paged memory usage, as per 86 // Fills a |WorkingSetKBytes| containing resident private and shared memory,
|
/external/chromium_org/media/formats/common/ |
offset_byte_queue.h | 39 // the resident buffer size right away (or ever).
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/ |
vtimes.h | 43 /* Maximum resident set size (text, data, and stack) (kilobytes). */
|
mman.h | 103 be memory resident. */ 109 /* Cause all currently mapped pages of the process to be memory resident
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
vtimes.h | 43 /* Maximum resident set size (text, data, and stack) (kilobytes). */
|
mman.h | 103 be memory resident. */ 109 /* Cause all currently mapped pages of the process to be memory resident
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
resource.so | |
/external/chromium_org/tools/linux/ |
procfs.py | 122 '(?P<RESIDENT>[0-9]+) ' 129 def __init__(self, raw, size, resident, share, text, lib, data, dt): 132 self._resident = resident 148 statm.groupdict().get('RESIDENT'), 172 def resident(self): member in class:ProcStatm 259 """Returns a high-water (peak) resident set size (RSS) in kilo-bytes.""" 266 """Returns a resident set size (RSS) in kilo-bytes.""" 737 print ' statm: %d' % (procs[pid].statm.resident * 4096)
|
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/android/ |
memdump_parser.py | 20 /proc/PID/smaps, but with extra features (multiprocess accounting and resident 35 information about which pages inside the mapping are resident (present).
|
/system/core/libbacktrace/ |
BacktraceMap.cpp | 103 char cmd[sizeof(pid_t)*3 + sizeof("vmmap -w -resident -submap -allSplitLibs -interleaved ") + 1]; 111 snprintf(cmd, sizeof(cmd), "vmmap -w -resident -submap -allSplitLibs -interleaved %d", pid_);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.h | 153 // Returns the number of resident (including swapped) bytes of the given 202 // Returns the number of resident (including swapped) bytes of the given 248 size_t committed_size; // A resident size of this bucket
|
/external/chromium_org/net/tools/balsa/ |
buffer_interface.h | 106 // already be resident (as if it was Written)
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PurgeableVector.h | 82 // Returns whether the memory is still resident.
|
/external/chromium_org/third_party/WebKit/Source/web/ |
ServiceWorkerGlobalScopeProxy.h | 51 // of its time as a resident of the worker thread.
|
/external/chromium_org/tools/memory_inspector/memory_inspector/core/ |
memory_map.py | 68 """Checks whether a given memory page is resident in memory."""
|