Home
last modified time | relevance | path

Searched refs:GetMemoryInfo (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dmem.h74 MemoryInfo GetMemoryInfo();
81 static inline int64 AvailableRam() { return GetMemoryInfo().free; } in AvailableRam()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator_unittest.cc58 allocator_->GetMemoryInfo(&meminfo0); in TEST_F()
66 allocator_->GetMemoryInfo(&meminfo1); in TEST_F()
74 allocator_->GetMemoryInfo(&meminfo2); in TEST_F()
82 allocator_->GetMemoryInfo(&meminfo3); in TEST_F()
93 allocator_->GetMemoryInfo(&meminfo4); in TEST_F()
Dpersistent_memory_allocator_unittest.cc121 allocator_->GetMemoryInfo(&meminfo0); in TEST_F()
137 allocator_->GetMemoryInfo(&meminfo1); in TEST_F()
177 allocator_->GetMemoryInfo(&meminfo2); in TEST_F()
632 local.GetMemoryInfo(&meminfo1); in TEST()
664 shalloc2.GetMemoryInfo(&meminfo2); in TEST()
689 shalloc3.GetMemoryInfo(&meminfo3); in TEST()
740 local.GetMemoryInfo(&meminfo1); in TEST()
772 file.GetMemoryInfo(&meminfo2); in TEST()
Dpersistent_memory_allocator.cc768 void PersistentMemoryAllocator::GetMemoryInfo(MemoryInfo* meminfo) const { in GetMemoryInfo() function in base::PersistentMemoryAllocator
939 GetMemoryInfo(&meminfo); in UpdateTrackingHistograms()
Dpersistent_memory_allocator.h472 void GetMemoryInfo(MemoryInfo* meminfo) const;
/external/tensorflow/tensorflow/core/platform/windows/
Dport.cc194 MemoryInfo GetMemoryInfo() { in GetMemoryInfo() function
/external/tensorflow/tensorflow/core/platform/default/
Dport.cc359 MemoryInfo GetMemoryInfo() { in GetMemoryInfo() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc63 tensorflow::port::MemoryInfo mem_info = tensorflow::port::GetMemoryInfo(); in DeviceMemoryUsage()