/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
vlimit.h | 53 /* Resident set size (bytes). */
|
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.15-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
vlimit.h | 53 /* Resident set size (bytes). */
|
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.15-4.8/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.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
vlimit.h | 53 /* Resident set size (bytes). */
|
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
|
/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.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-trace/catapult/tracing/tracing/model/ |
process_memory_dump.html | 51 // - residentBytes: Total resident bytes (number) 52 // - peakResidentBytes: Peak resident bytes (number) 53 // - arePeakResidentBytesResettable: Flag whether peak resident bytes are
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
resource.h | 55 /* Largest resident set size, in bytes. 57 resident set size will be more likely to have physical memory 190 /* Maximum resident set size (in kilobytes). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
resource.h | 55 /* Largest resident set size, in bytes. 57 resident set size will be more likely to have physical memory 190 /* Maximum resident set size (in kilobytes). */
|
/external/kernel-headers/original/uapi/linux/ |
shm.h | 73 __kernel_ulong_t shm_rss; /* total resident shm */
|
/external/mksh/src/ |
rlimits.opt | 96 FN("resident-set(KiB)", RLIMIT_RSS, 1024
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
resource.so | |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-versados/ |
t2-2.ro | 1 ]1INITTEST E APN167 Pascal object from R13. resident compiler?2iINITLM iC_INITTESTICONV_C_STR ,p.PLODS p.PSCON p.PSTRS p.PIFD p.PCVTUS p.PAFI p.PRWT p.PWRS p.PWLN p.PWRJ p.PCLO ) Z F3
|
/external/autotest/server/site_tests/brillo_ProcLibMemoryInventory/ |
brillo_ProcLibMemoryInventory.py | 113 """Report Resident Set Size (RSS) for various Brillo shared libs. 115 Resident Set Size is the amount of physical memory in use for the
|
/external/libchrome/base/trace_event/ |
process_memory_dump.h | 26 // resident memory. 61 // Returns the total bytes resident for a virtual address range, with given
|
/system/core/libbacktrace/ |
BacktraceMap.cpp | 98 char cmd[sizeof(pid_t)*3 + sizeof("vmmap -w -resident -submap -allSplitLibs -interleaved ") + 1]; 106 snprintf(cmd, sizeof(cmd), "vmmap -w -resident -submap -allSplitLibs -interleaved %d", pid_);
|
/external/jemalloc/test/unit/ |
stats.c | 6 size_t sz, allocated, active, resident, mapped; local 18 assert_d_eq(mallctl("stats.resident", &resident, &sz, NULL, 0), 28 assert_zu_lt(active, resident, 29 "active should be less than resident");
|