/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_bfc_allocator.cc | 25 GPUBFCAllocator::GPUBFCAllocator(CudaGpuId cuda_gpu_id, size_t total_memory, in GPUBFCAllocator() argument 27 : GPUBFCAllocator(cuda_gpu_id, total_memory, GPUOptions(), name) {} in GPUBFCAllocator() 29 GPUBFCAllocator::GPUBFCAllocator(CudaGpuId cuda_gpu_id, size_t total_memory, in GPUBFCAllocator() argument 35 total_memory, gpu_options.allow_growth(), name) {} in GPUBFCAllocator()
|
D | gpu_bfc_allocator.h | 42 GPUBFCAllocator(CudaGpuId cuda_gpu_id, size_t total_memory, 44 GPUBFCAllocator(CudaGpuId cuda_gpu_id, size_t total_memory,
|
D | gpu_device.cc | 785 int64 total_memory = 0; in SingleVirtualDeviceMemoryLimit() local 789 if (!se->DeviceMemoryUsage(&available_memory, &total_memory)) { in SingleVirtualDeviceMemoryLimit() 804 allocated_memory = total_memory * per_process_gpu_memory_fraction; in SingleVirtualDeviceMemoryLimit()
|
/external/autotest/client/site_tests/performance_Tracker/ |
D | performance_Tracker.py | 47 total_memory = utils.get_mem_total() 48 return (total_memory - utils.get_mem_free()) * 100 / total_memory
|
/external/autotest/client/site_tests/enterprise_KioskPerf/ |
D | enterprise_KioskPerf.py | 45 total_memory = utils.get_mem_total() 46 return (total_memory - utils.get_mem_free()) * 100 / total_memory
|
/external/libmojo/base/android/ |
D | java_runtime.cc | 12 void JavaRuntime::GetMemoryUsage(long* total_memory, long* free_memory) { in GetMemoryUsage() argument 16 *total_memory = JNI_Runtime::Java_Runtime_totalMemory(env, runtime); in GetMemoryUsage()
|
D | java_runtime.h | 19 static void GetMemoryUsage(long* total_memory, long* free_memory);
|
/external/autotest/client/common_lib/cros/ |
D | system_metrics_collector.py | 59 total_memory = self.system_facade.get_mem_total() 61 used_memory = total_memory - free_memory 62 usage_percent = (used_memory * 100) / total_memory
|
/external/tensorflow/tensorflow/core/grappler/ |
D | devices.cc | 63 int64 total_memory, available_memory; in AvailableGPUMemory() local 64 CHECK(se->DeviceMemoryUsage(&available_memory, &total_memory)); in AvailableGPUMemory()
|
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | enterprise_longevity_helper.py | 43 total_memory = system_facade.get_mem_total() 44 return ((total_memory - system_facade.get_mem_free()) 45 * 100 / total_memory)
|
/external/syslinux/com32/hdt/ |
D | hdt-menu-vesa.c | 76 hardware->vesa.total_memory * 64); in compute_vesa_card() 78 hardware->vesa.total_memory * 64); in compute_vesa_card()
|
D | hdt-dump-vesa.c | 46 snprintf(buffer,sizeof(buffer),"%d KB",hardware->vesa.total_memory*64); in dump_vesa()
|
D | hdt-cli-vesa.c | 51 more_printf(" Memory (KB) : %d\n", hardware->vesa.total_memory * 64); in main_show_vesa()
|
D | hdt-common.h | 172 uint16_t total_memory; member
|
D | hdt-common.c | 358 hardware->vesa.total_memory = gi->total_memory; in detect_vesa()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 32 BFCAllocator::BFCAllocator(SubAllocator* sub_allocator, size_t total_memory, in BFCAllocator() argument 42 RoundedBytes(std::min(total_memory, size_t{1048576})); in BFCAllocator() 44 curr_region_allocation_bytes_ = RoundedBytes(total_memory); in BFCAllocator() 48 memory_limit_ = total_memory; in BFCAllocator() 49 stats_.bytes_limit = static_cast<int64>(total_memory); in BFCAllocator()
|
D | bfc_allocator.h | 48 BFCAllocator(SubAllocator* sub_allocator, size_t total_memory,
|
/external/autotest/client/site_tests/longevity_Tracker/ |
D | longevity_Tracker.py | 77 total_memory = utils.get_mem_total() 79 return ((total_memory - free_memory) / total_memory) * 100
|
/external/perf_data_converter/src/quipper/ |
D | perf_data_structures.h | 41 uint64_t total_memory; member
|
D | perf_reader.cc | 1136 if (!data->ReadUint32(&node.id) || !data->ReadUint64(&node.total_memory) || in ReadNUMATopologyMetadata() 1716 !data->WriteDataValue(&node.total_memory, sizeof(node.total_memory), in WriteNUMATopologyMetadata() 1956 size += sizeof(node.total_memory()) + sizeof(node.free_memory()); in GetNUMATopologyMetadataSize()
|
/external/kernel-headers/original/uapi/video/ |
D | uvesafb.h | 51 __u16 total_memory; member
|
/external/syslinux/com32/mboot/ |
D | vesa.h | 41 uint16_t total_memory; member
|
/external/syslinux/com32/lib/sys/vesa/ |
D | vesa.h | 42 uint16_t total_memory; member
|
/external/tcpdump/ |
D | print-sflow.c | 459 uint8_t total_memory[8]; member 479 EXTRACT_64BITS(sflow_processor_counter->total_memory), in print_sflow_counter_processor()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_driver.cc | 566 uint64 total_memory; in CreateContext() local 567 if (GetDeviceTotalMemory(device, &total_memory)) { in CreateContext() 568 port::StrAppend(&message, "; total memory reported: ", total_memory); in CreateContext()
|