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

  /external/libchrome/base/debug/
thread_heap_usage_tracker.h 39 uint64_t free_bytes; member in struct:base::debug::ThreadHeapUsage
41 // The maximal value of |alloc_bytes| - |free_bytes| seen for this thread.
  /art/runtime/gc/allocator/
rosalloc.cc 1510 size_t free_bytes = 0U; local
1589 size_t free_bytes = 0U; local
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 1535 int64 free_bytes; local
    [all...]
  /external/v8/src/heap/
mark-compact.cc 701 size_t free_bytes = area_size - live_bytes; local
703 ((free_bytes >= free_bytes_threshold) &&
714 space->name(), free_bytes / KB, free_bytes_threshold / KB,
    [all...]

Completed in 386 milliseconds