Searched refs:free_bytes (Results 1 – 6 of 6) sorted by relevance
39 uint64_t free_bytes; member
383 int64_t* free_bytes) { in GetDiskFreeSpace() argument384 if (!free_bytes) { in GetDiskFreeSpace()415 (PULARGE_INTEGER)free_bytes, in GetDiskFreeSpace()
94 virtual bool GetDiskFreeSpace(const Pathname& path, int64_t* free_bytes);
1535 int64 free_bytes; in GetValidDeviceIds() local1537 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()
127 free_bytes int64
701 size_t free_bytes = area_size - live_bytes; in CollectEvacuationCandidates() local703 ((free_bytes >= free_bytes_threshold) && in CollectEvacuationCandidates()714 space->name(), free_bytes / KB, free_bytes_threshold / KB, in CollectEvacuationCandidates()