HomeSort by relevance Sort by last modified time
    Searched full:resident (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /external/libchrome/base/process/
process_metrics.h 45 // Working Set (resident) memory usage broken down by
80 // Committed (resident + paged) memory usage broken down by
130 // the resident set size.
140 // Fills a CommittedKBytes with both resident and paged
143 // Fills a WorkingSetKBytes containing resident private and shared memory
internal_linux.h 62 VM_RSS = 23, // Resident Set Size in pages.
process_metrics_mac.cc 123 // private_bytes is the size of private resident memory.
124 // shared_bytes is the size of shared resident memory.
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
container_memory_dump_sub_view_test.html 149 // Total resident of Process 1.
186 // Peak total resident of Process 4.
223 // Total resident of Process 2.
memory_dump_overview_pane.html 279 condition: 'Total resident',
284 condition: 'Peak total resident',
312 'residentBytes': 'Total resident',
313 'peakResidentBytes': 'Peak total resident'
570 // Used memory (total resident, PSS, ...).
587 // Platform-specific totals (e.g. private resident on Mac).
memory_dump_overview_pane_test.html 62 { title: spanMatcher('Total resident'), type: UsedMemoryColumn },
63 { title: spanMatcher('Peak total resident'), type: PeakMemoryColumn },
456 // Select 'Total resident' column of the first process.
464 [31457280, 29884416, undefined], 'Process 1', 1, /* Total resident */
  /external/chromium-trace/catapult/tracing/tracing/model/
process_memory_dump_test.html 318 // First PMD: Both total resident and private dirty resident size should be
344 // Second PMD: Total resident size should be reduced by 200, whereas private
345 // dirty resident size should be reduced by 100 (because it comes from
  /external/mksh/src/
rlimits.gen 92 FN("resident-set(KiB)", RLIMIT_RSS, 1024, 'm')
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
shm.h 103 unsigned long int shm_rss; /* total resident shm */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
shm.h 96 unsigned long int shm_rss; /* total resident shm */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
shm.h 103 unsigned long int shm_rss; /* total resident shm */
  /toolchain/binutils/binutils-2.25/include/vms/
eisd.h 34 #define EISD__M_RESIDENT 0x0080 /* Isect is memory resident. */
  /external/jemalloc/src/
stats.c 600 size_t allocated, active, metadata, resident, mapped; local
606 CTL_GET("stats.resident", &resident, size_t);
610 " resident: %zu, mapped: %zu\n",
611 allocated, active, metadata, resident, mapped);
  /external/mesa3d/src/mesa/main/
nvprogram.c 86 * Determine if a set of programs is resident in hardware.
115 if (prog->Resident) {
134 * Request that a set of programs be resident in hardware.
165 prog->Resident = GL_TRUE;
267 *params = prog->Resident;
  /external/markdown/
test-markdown.py 55 def resident(since=0.0): function
56 '''Return resident memory usage in bytes.
  /hardware/libhardware/include/hardware/
power.h 111 * by the platform to be resident in that state.
283 * by the platform to be resident in that state.
  /external/compiler-rt/lib/tsan/rtl/
tsan_flags.inc 58 "Resident memory limit in MB to aim at."
  /external/libchrome/base/trace_event/
process_memory_dump.cc 85 LOG(ERROR) << "mincore() call failed. The resident size is invalid";
process_memory_dump_unittest.cc 164 // Allocate few page of dirty memory and check if it is resident.
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.c 179 /* add permanently resident buffers to bufctxts */
  /external/strace/
printrusage.c 81 long ru_maxrss; /* maximum resident set size */
  /external/toybox/toys/posix/
ulimit.c 35 -l Locked memory -m Resident Set Size
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-versados/
t1-1.ro 1 ]1SAFESTORE E APN167 Pascal object from R13. resident compiler?2iSAFEAREA ICOLME ?IALLOCAREA `IRETAREA Tp.PIFD p.PCVTUS p.PLODS p.PSCON p.PSTRS p.PAFI p.PRWT p.PWRS p.PWLN p.PWRJ p.PCLO )
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseResidency.cpp 21 * \brief Sparse partially resident buffers tests
148 return tcu::TestStatus(QP_TEST_RESULT_NOT_SUPPORTED, "Sparse partially resident buffers not supported");
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
pausing.jd 109 android.app.Activity} instance is kept resident in memory and is recalled when the activity resumes.

Completed in 426 milliseconds

1 23 4 5 6 7