Home
last modified time | relevance | path

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

/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/v8/src/heap/
Dmark-compact.cc770 int free_bytes = area_size - live_bytes; in CollectEvacuationCandidates() local
772 ((free_bytes >= free_bytes_threshold) && in CollectEvacuationCandidates()
783 AllocationSpaceName(space->identity()), free_bytes / KB, in CollectEvacuationCandidates()