Searched refs:bytes_free (Results 1 – 5 of 5) sorted by relevance
80 auto bytes_free = buf.bytes_free; in WithBuffer() local82 return static_cast<int64_t>(bytes_free); in WithBuffer()
446 int64_t bytes_free = SendWireMessageWithRetriesIfBlocking(msg); in RecordFree() local447 if (bytes_free == -1) in RecordFree()450 if (static_cast<uint64_t>(bytes_free) < shmem_.size() / 2 && in RecordFree()
63 : data(d), size(s), bytes_free(f) {} in Buffer()75 uint64_t bytes_free = 0; variable
217 result.bytes_free = write_avail(pos); in BeginWrite()
221 size_t bytes_free; /* Byte total of chunks in the free list. */ member