Home
last modified time | relevance | path

Searched refs:free_bytes (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/debug/
Dthread_heap_usage_tracker.h39 uint64_t free_bytes; member
/external/webrtc/webrtc/base/
Dwin32filesystem.cc383 int64_t* free_bytes) { in GetDiskFreeSpace() argument
384 if (!free_bytes) { in GetDiskFreeSpace()
415 (PULARGE_INTEGER)free_bytes, in GetDiskFreeSpace()
Dwin32filesystem.h94 virtual bool GetDiskFreeSpace(const Pathname& path, int64_t* free_bytes);
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1535 int64 free_bytes; in GetValidDeviceIds() local
1537 if (!stream_exec->DeviceMemoryUsage(&free_bytes, &total_bytes)) { in GetValidDeviceIds()
1539 free_bytes = 0; in GetValidDeviceIds()
1557 << " freeMemory: " << strings::HumanReadableNumBytes(free_bytes); in GetValidDeviceIds()
1571 << strings::HumanReadableNumBytes(free_bytes); in GetValidDeviceIds()
/external/syzkaller/sys/fuchsia/
Dobjects.txt127 free_bytes int64
/external/v8/src/heap/
Dmark-compact.cc701 size_t free_bytes = area_size - live_bytes; in CollectEvacuationCandidates() local
703 ((free_bytes >= free_bytes_threshold) && in CollectEvacuationCandidates()
714 space->name(), free_bytes / KB, free_bytes_threshold / KB, in CollectEvacuationCandidates()