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

1 2 3 4 5 6 7

  /external/autotest/client/site_tests/platform_MemoryMonitor/
control 18 Top 10 processes by resident memory consumption
19 Resident memory grouped by command line
20 Resident memory grouped by service
platform_MemoryMonitor.py 20 'resident shared command') # command does NOT have arguments
66 'res': ('resident', parse_mem),
117 amount of resident memory
120 get_resident = operator.attrgetter('resident')
126 perf_values['top_%d' % (i + 1)] = process.resident
131 """Returns resident memory of processes with the same command.
141 the sum of resident memory used by all processes with the same
151 resident=sum(p.resident for p in grouped_processes)
152 top_by_command.append((resident, command)
    [all...]
  /external/jemalloc/include/jemalloc/internal/
base.h 13 void base_stats_get(size_t *allocated, size_t *resident, size_t *mapped);
ctl.h 61 size_t resident; member in struct:ctl_stats_s
  /external/skia/tools/
ProcStats.h 18 * If implemented, returns the maximum resident set size in MB.
24 * If implemented, returns the current resident set size in MB.
  /external/deqp/doc/testspecs/VK/
sparse_resources.txt 9 1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
10 2. Test fully resident image created with VK_IMAGE_CREATE_SPARSE_BINDING_BIT flag bit
11 3. Test partially resident buffer created with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit
12 4. Test partially resident image created with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit
13 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
14 6. Test memory aliasing for fully resident buffer objects
18 1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
38 2. Test fully resident image created with VK_IMAGE_CREATE_SPARSE_BINDING_BIT flag bit
57 3. Test partially resident buffer created with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit
77 4. Test partially resident image created with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bi
    [all...]
  /external/kernel-headers/original/uapi/asm-mips/asm/
resource.h 19 #define RLIMIT_RSS 7 /* max resident set size */
  /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/libchrome/base/trace_event/
malloc_dump_provider.cc 59 // The resident size is approximated to the max size in use, which would count
62 // fixed quantum, so the excess region will not be resident.
90 // Explicitly specify why is extra memory resident. In tcmalloc it accounts
process_memory_maps.h 37 // shared_clean_resident = resident set size.
trace_event_memory_overhead.h 31 // is known for both the allocated and resident memory.
  /external/webrtc/talk/media/devices/
libudevsymboltable.cc 55 // If libudev.so.1 is resident but distinct from libudev.so.0, then some
58 // DllHandle, but having libudev.so.0 resident may cause problems for that
62 << "libudev.so.1 is resident but distinct from libudev.so.0";
  /external/kernel-headers/original/uapi/asm-generic/
resource.h 22 # define RLIMIT_RSS 5 /* max resident set size */
  /frameworks/base/core/res/res/layout/
screen_swipe_dismiss.xml 18 This is a layout for a window whose resident activity is finished when swiped away.
  /libcore/ojluni/src/main/java/java/nio/
MappedByteBuffer.java 120 * Tells whether or not this buffer's content is resident in physical
124 * that all of the data in this buffer is resident in physical memory and
127 * necessarily imply that the buffer's content is not resident in physical
135 * is resident in physical memory
153 * this buffer's content is resident in physical memory. Invoking this
  /external/jemalloc/src/
base.c 131 base_stats_get(size_t *allocated, size_t *resident, size_t *mapped)
138 *resident = base_resident;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferSparseResidency.hpp 23 * \brief Sparse partially resident buffers tests
vktSparseResourcesImageSparseBinding.hpp 23 * \brief Sparse fully resident images with mipmaps tests
vktSparseResourcesImageSparseResidency.hpp 23 * \brief Sparse partially resident images tests
vktSparseResourcesMipmapSparseResidency.hpp 23 * \brief Sparse partially resident images with mipmaps tests
  /external/kernel-headers/original/uapi/linux/
resource.h 26 __kernel_long_t ru_maxrss; /* maximum resident set size */
  /external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc_Status.h 51 the EEPROM resident stored Firmware version number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/linux/
resource.h 27 long ru_maxrss; /* maximum resident set size */
shm.h 68 unsigned long shm_rss; /* total resident shm */

Completed in 310 milliseconds

1 2 3 4 5 6 7