Home
last modified time | relevance | path

Searched refs:outstanding_bytes (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dcongestion_window_pushback_controller.cc39 int64_t outstanding_bytes) { in UpdateOutstandingData() argument
40 outstanding_bytes_ = outstanding_bytes; in UpdateOutstandingData()
Dcongestion_window_pushback_controller.h32 void UpdateOutstandingData(int64_t outstanding_bytes);
/external/llvm-project/libcxx/test/support/
Dmin_allocator.h85 static size_t outstanding_bytes; member
98 outstanding_bytes = 0; in reset()
104 size_t malloc_allocator_base::outstanding_bytes = 0;
125 outstanding_bytes += nbytes; in allocate()
133 outstanding_bytes -= nbytes; in deallocate()
/external/llvm-project/libcxx/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp39 malloc_allocator_base::outstanding_bytes); in print()
54 const auto& AllocBytes = malloc_allocator_base::outstanding_bytes;