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

  /hardware/intel/common/libwsbm/src/
wsbm_mm.c 223 unsigned wasted; local
231 wasted = 0;
240 wasted += alignment - tmp;
243 if (entry->size >= size + wasted) {
  /external/tensorflow/tensorflow/core/common_runtime/
bfc_allocator.cc 603 // Render the wasted space
604 size_t wasted = c->size - c->requested_size; local
605 if (wasted > 0) {
608 wasted, 'x');
  /external/v8/src/heap/
spaces.h 2019 size_t wasted = free_list_.Free(start, size_in_bytes, kLinkCategory); local
2026 size_t wasted = free_list_.Free(start, size_in_bytes, kDoNotLinkCategory); local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mksizeclasses.go 123 // so wasted space is at most 12.5%.
malloc.go 641 // the amount of potentially wasted memory is bounded.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mksizeclasses.go 123 // so wasted space is at most 12.5%.
malloc.go 641 // the amount of potentially wasted memory is bounded.
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 296 // here to avoid wasted computation. Instead, reconstructBlock is called on each
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 296 // here to avoid wasted computation. Instead, reconstructBlock is called on each
  /external/protobuf/js/
message.js 263 * Otherwise, it will be -1 so that the first array position is not wasted.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go 870 // less cache space wasted on large binaries we are not likely to
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go 870 // less cache space wasted on large binaries we are not likely to
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 1878 milliseconds