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

  /system/update_engine/
p2p_manager.cc 527 size_t free_bytes = local
529 if (free_bytes < 2 * expected_size) {
533 << " only has " << free_bytes
  /hardware/libhardware/include/hardware/
context_hub.h 117 uint32_t free_bytes; member in struct:mem_range_t
  /art/runtime/gc/allocator/
rosalloc.cc 1515 size_t free_bytes = 0U; local
1594 size_t free_bytes = 0U; local
    [all...]
  /external/v8/src/heap/
mark-compact.cc 770 int free_bytes = area_size - live_bytes; local
772 ((free_bytes >= free_bytes_threshold) &&
783 AllocationSpaceName(space->identity()), free_bytes / KB,
    [all...]

Completed in 613 milliseconds