OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resident
(Results
1 - 25
of
87
) sorted by null
1
2
3
4
/external/kernel-headers/original/asm-mips/
resource.h
19
#define RLIMIT_RSS 7 /* max
resident
set size */
/external/kernel-headers/original/linux/
resource.h
26
long ru_maxrss; /* maximum
resident
set size */
shm.h
69
unsigned long shm_rss; /* total
resident
shm */
/external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.idl
26
// A cached (non-streamed), memory-
resident
audio source
/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).
/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). */
/prebuilts/gcc/linux-x86/host/x86_64-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). */
/external/chromium/chrome/browser/
process_info_snapshot_mac.cc
134
// Get
resident
set size, virtual memory size.
200
"rsize," //
Resident
memory
201
"rshrd," //
Resident
shared memory
202
"rprvt," //
Resident
private memory
284
"^jjjjjjjjjjjjjjjjjjjj " //
Resident
memory (RSIZE)
285
"^iiiiiiiiiiiiiiiiiiii " //
Resident
shared memory (RSHRD)
286
"^hhhhhhhhhhhhhhhhhhhh " //
Resident
private memory (RPRVT)
/external/chromium/chrome/browser/resources/
about_memory_mac.html
152
<strong>
Resident
:</strong>
183
Resident
261
Resident
about_memory.html
161
Resident
memory size that is not shared with any other
167
Resident
memory size that is currently shared with 2 or more
178
The sum of the private + shared
resident
memory sizes.
192
The
resident
and paged bytes committed for use by only this
/external/kernel-headers/original/asm-generic/
resource.h
22
# define RLIMIT_RSS 5 /* max
resident
set size */
Completed in 1053 milliseconds
1
2
3
4