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

1 2 3

  /external/kernel-headers/original/asm-generic/
resource.h 22 # define RLIMIT_RSS 5 /* 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 */
dmaengine.h 220 * Both @dest and @src must stay memory resident (kernel memory or locked
244 * Both @page/@offset and @kdata must stay memory resident (kernel memory or
270 * Both @dest_page/@dest_off and @src_page/@src_off must stay memory resident
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.idl 26 // A cached (non-streamed), memory-resident audio source
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
resource.h 22 # define RLIMIT_RSS 5 /* max resident set size */
  /prebuilt/linux-x86/toolchain/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 */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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
  /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).
buffer_interface.h 107 // 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
  /prebuilt/linux-x86/toolchain/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). */
shm.h 102 unsigned long int shm_rss; /* total resident shm */
  /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)
process_info_snapshot.h 80 // Fills a |CommittedKBytes| with both resident and paged memory usage, as per
95 // Fills a |WorkingSetKBytes| containing resident private and shared memory,
  /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
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 101 unsigned start = 0, size = 0, resident = 0; local
130 if (sscanf(line, "Rss: %d kB", &resident) != 1) return 0;
  /external/bluetooth/glib/gmodule/
gmodule.h 70 /* make a module resident so g_module_close on it will be ignored */
  /external/webkit/Source/WebKit2/Shared/
WebMemorySampler.h 46 * - Resident size memory (RSIZE)
  /external/chromium/base/
process_util.h 479 // Working Set (resident) memory usage broken down by
504 // Committed (resident + paged) memory usage broken down by
567 // the resident set size.
577 // Fills a CommittedKBytes with both resident and paged
580 // Fills a WorkingSetKBytes containing resident private and shared memory
  /external/bluetooth/glib/docs/reference/glib/
running.sgml 95 <term>resident-modules</term>
98 All modules loaded by GModule will be made resident. This can be useful

Completed in 2129 milliseconds

1 2 3