Searched refs:available_bytes (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/ |
D | sys_info_posix.cc | 107 int64_t* available_bytes, in GetDiskSpaceInfo() argument 120 if (available_bytes) { in GetDiskSpaceInfo() 121 *available_bytes = in GetDiskSpaceInfo()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | bfc_allocator.cc | 91 size_t available_bytes = memory_limit_ - total_region_allocated_bytes_; in Extend() local 93 available_bytes = (available_bytes / kMinAllocationSize) * kMinAllocationSize; in Extend() 97 if (rounded_bytes > available_bytes) { in Extend() 111 size_t bytes = std::min(curr_region_allocation_bytes_, available_bytes); in Extend()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 1514 int available_bytes = (bytes - byte_offset) > PAGE_CACHE_SIZE ? in squashfs_readpage() local 1518 bytes, i, byte_offset, available_bytes); in squashfs_readpage() 1523 available_bytes); in squashfs_readpage() 1524 memset(pageaddr + available_bytes, 0, in squashfs_readpage() 1525 PAGE_CACHE_SIZE - available_bytes); in squashfs_readpage() 1535 available_bytes); in squashfs_readpage() 1536 memset(pageaddr + available_bytes, 0, in squashfs_readpage() 1537 PAGE_CACHE_SIZE - available_bytes); in squashfs_readpage()
|
/external/python/cpython2/Objects/ |
D | obmalloc.c | 1804 size_t available_bytes = 0; in _PyObject_DebugMallocStats() local 1896 available_bytes += f * size; in _PyObject_DebugMallocStats() 1916 total += printone("# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()
|
/external/python/cpython3/Objects/ |
D | obmalloc.c | 2525 size_t available_bytes = 0; in _PyObject_DebugMallocStats() local 2618 available_bytes += f * size; in _PyObject_DebugMallocStats() 2638 total += printone(out, "# bytes in available blocks", available_bytes); in _PyObject_DebugMallocStats()
|