Home
last modified time | relevance | path

Searched refs:bytes_free (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/src/profiling/memory/
Dwire_protocol.cc80 auto bytes_free = buf.bytes_free; in WithBuffer() local
82 return static_cast<int64_t>(bytes_free); in WithBuffer()
Dclient.cc446 int64_t bytes_free = SendWireMessageWithRetriesIfBlocking(msg); in RecordFree() local
447 if (bytes_free == -1) in RecordFree()
450 if (static_cast<uint64_t>(bytes_free) < shmem_.size() / 2 && in RecordFree()
Dshared_ring_buffer.h63 : data(d), size(s), bytes_free(f) {} in Buffer()
75 uint64_t bytes_free = 0; variable
Dshared_ring_buffer.cc217 result.bytes_free = write_avail(pos); in BeginWrite()
/external/e2fsprogs/e2fsck/
Dmtrace.h221 size_t bytes_free; /* Byte total of chunks in the free list. */ member