HomeSort by relevance Sort by last modified time
    Searched refs:wasted (Results 1 - 4 of 4) sorted by null

  /external/syzkaller/vendor/golang.org/x/net/http2/
databuffer.go 14 // The maximum wasted space per dataBuffer is 2x the largest size class,
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 606 // Render the wasted space
607 size_t wasted = c->size - c->requested_size; local
608 if (wasted > 0) {
611 wasted, 'x');
  /external/v8/src/heap/
spaces.h 2202 size_t wasted = free_list_.Free(start, size_in_bytes, kLinkCategory); local
2210 size_t wasted = free_list_.Free(start, size_in_bytes, kDoNotLinkCategory); local
    [all...]
  /external/protobuf/js/
message.js 263 * Otherwise, it will be -1 so that the first array position is not wasted.
    [all...]

Completed in 788 milliseconds