HomeSort by relevance Sort by last modified time
    Searched refs:wasted (Results 1 - 9 of 9) 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/v8/src/heap/
spaces.h 2008 size_t wasted = free_list_.Free(start, size_in_bytes, kLinkCategory); local
2015 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 611 // the amount of potentially wasted memory is bounded.
  /prebuilts/go/linux-x86/src/runtime/
mksizeclasses.go 123 // so wasted space is at most 12.5%.
malloc.go 611 // the amount of potentially wasted memory is bounded.
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 294 // here to avoid wasted computation. Instead, reconstructBlock is called on each
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 294 // 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...]

Completed in 531 milliseconds