HomeSort by relevance Sort by last modified time
    Searched defs:total_memory (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/uapi/video/
uvesafb.h 67 __u16 total_memory; member in struct:vbe_ib
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 955 size_t total_memory; local
960 debug_get_malloc_leak_info(nullptr, &overall_size, &info_size, &total_memory, &backtrace_size);
986 size_t total_memory; local
1009 size_t total_memory; local
1047 size_t total_memory; local
1124 size_t total_memory; local
1195 size_t total_memory; local
1255 size_t total_memory; local
1379 size_t total_memory; local
    [all...]
  /external/kernel-headers/original/uapi/video/
uvesafb.h 50 __u16 total_memory; member in struct:vbe_ib
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/video/
uvesafb.h 50 __u16 total_memory; member in struct:vbe_ib
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/video/
uvesafb.h 50 __u16 total_memory; member in struct:vbe_ib
  /system/extras/perfprofd/quipper/
perf_reader.h 65 u64 total_memory; member in struct:quipper::PerfNodeTopologyMetadata
  /system/core/metricsd/
metrics_collector.cc 488 int total_memory = fields[0].value; local
489 if (total_memory == 0) {
504 percent = fields[i].value * 100 / total_memory;
  /art/runtime/gc/
heap.h 519 size_t total_memory = GetTotalMemory(); local
521 return total_memory - std::min(total_memory, byte_allocated);
    [all...]
heap.cc 2757 const size_t total_memory = GetTotalMemory(); local
    [all...]
  /external/tcpdump/
print-sflow.c 443 uint8_t total_memory[8]; member in struct:sflow_processor_counter_t
462 EXTRACT_64BITS(sflow_processor_counter->total_memory),

Completed in 451 milliseconds