HomeSort by relevance Sort by last modified time
    Searched full:resident (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/chromium_org/tools/android/memdump/
memsymbols.py 14 """Extracts the list of resident symbols of a library loaded in a process.
19 symbols that, at the time of the snapshot, were resident in memory (that are,
21 resident at the time of the snapshot).
23 run-time information (list of resident pages) and debug symbols.
39 """Parses the memdump output and extracts the resident page set for lib_name.
46 A set of resident pages (the key is the page index) for all the
131 # Process the nm symbol table, filtering out the resident symbols.
memreport.py 94 total_map[v] = {'resident':0, 'unevictable':0}
95 total_map[v]['resident'] += (process[v]['private'] +
112 print (',' + k + ',' + _ConvertMemoryField(total_map[v]['resident']) + ',' +
  /external/kernel-headers/original/asm-mips/
resource.h 19 #define RLIMIT_RSS 7 /* max resident set size */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 58 value->resident = &c->pass2_grf[reg];
146 grf->value->resident = 0;
178 value->resident->value = NULL;
179 value->resident->nextuse = BRW_WM_MAX_INSN;
180 value->resident = NULL;
245 assert(!dst[i]->resident);
251 dst[i]->resident = &c->pass2_grf[reg+i];
273 if (!ref->value->resident) {
283 ref->value->resident = &c->pass2_grf[reg];
292 assert(ref->value == ref->value->resident->value)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 58 value->resident = &c->pass2_grf[reg];
146 grf->value->resident = 0;
178 value->resident->value = NULL;
179 value->resident->nextuse = BRW_WM_MAX_INSN;
180 value->resident = NULL;
245 assert(!dst[i]->resident);
251 dst[i]->resident = &c->pass2_grf[reg+i];
273 if (!ref->value->resident) {
283 ref->value->resident = &c->pass2_grf[reg];
292 assert(ref->value == ref->value->resident->value)
    [all...]
  /external/chromium_org/base/process/
process_metrics.h 38 // Working Set (resident) memory usage broken down by
73 // Committed (resident + paged) memory usage broken down by
138 // the resident set size.
148 // Fills a CommittedKBytes with both resident and paged
151 // Fills a WorkingSetKBytes containing resident private and shared memory
  /external/kernel-headers/original/linux/
resource.h 26 long ru_maxrss; /* maximum resident set size */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
resource.h 22 # define RLIMIT_RSS 5 /* max resident set size */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
resource.h 26 long ru_maxrss; /* maximum resident set size */
shm.h 68 unsigned long shm_rss; /* total resident shm */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
vlimit.h 53 /* Resident set size (bytes). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
resource.h 22 # define RLIMIT_RSS 5 /* max resident set size */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h 26 long ru_maxrss; /* maximum resident set size */
shm.h 68 unsigned long shm_rss; /* total resident shm */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 53 /* Resident set size (bytes). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
resource.h 22 # define RLIMIT_RSS 5 /* max resident set size */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
resource.h 26 long ru_maxrss; /* maximum resident set size */
shm.h 68 unsigned long shm_rss; /* total resident shm */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
vlimit.h 53 /* Resident set size (bytes). */
  /external/chromium/net/tools/flip_server/
ring_buffer.h 34 // This means: If the buffer size is increasing, all data that was resident
35 // in the buffer prior to this call will be resident after this call.
86 // here is expected to already be resident (as if it was Written).
  /external/chromium_org/net/tools/flip_server/
ring_buffer.h 34 // This means: If the buffer size is increasing, all data that was resident
35 // in the buffer prior to this call will be resident after this call.
86 // here is expected to already be resident (as if it was Written).
  /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."
172 "description": "Resident Set Size (physically resident memory) of browser process"
175 "description": "Resident Set Size (physically resident memory) of GPU process"
178 "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/i686-linux-glibc2.7-4.4.3/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
175 /* Maximum resident set size (in kilobytes). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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
175 /* Maximum resident set size (in kilobytes). */

Completed in 1223 milliseconds

1 2 3 4 5 6