HomeSort by relevance Sort by last modified time
    Searched refs:free_bytes (Results 1 - 13 of 13) 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.
  /external/webrtc/webrtc/base/
win32filesystem.h 94 virtual bool GetDiskFreeSpace(const Pathname& path, int64_t* free_bytes);
win32filesystem.cc 383 int64_t* free_bytes) {
384 if (!free_bytes) {
415 (PULARGE_INTEGER)free_bytes,
  /hardware/libhardware/include/hardware/
context_hub.h 118 uint32_t free_bytes; member in struct:mem_range_t
  /system/update_engine/
p2p_manager.cc 530 size_t free_bytes = local
532 if (free_bytes < 2 * expected_size) {
536 << " only has " << free_bytes
  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 122 alloc_bytes, free_bytes uintptr
130 a.free_bytes += b.free_bytes
368 mpc.free_bytes += size
552 if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
571 if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
581 if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
595 r.FreeBytes = int64(mp.active.free_bytes)
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 122 alloc_bytes, free_bytes uintptr
130 a.free_bytes += b.free_bytes
368 mpc.free_bytes += size
552 if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
571 if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
581 if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
595 r.FreeBytes = int64(mp.active.free_bytes)
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 1316 int64 free_bytes; local
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 1509 size_t free_bytes = 0U; local
1588 size_t free_bytes = 0U; local
    [all...]
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py     [all...]
  /device/google/contexthub/contexthubhal/
system_comms.cpp 272 .free_bytes = mi.sharedSz - mi.sharedUse,
280 .free_bytes = mi.osSz - mi.osUse,
288 .free_bytes = mi.eeSz - mi.eeUse,
296 .free_bytes = mi.ramSz - mi.ramUse,
    [all...]
  /external/libchrome/base/
tracked_objects.cc 597 base::saturated_cast<int32_t>(heap_usage.free_bytes),
    [all...]
  /external/v8/src/heap/
mark-compact.cc 710 size_t free_bytes = area_size - live_bytes; local
712 ((free_bytes >= free_bytes_threshold) &&
723 AllocationSpaceName(space->identity()), free_bytes / KB,
    [all...]

Completed in 615 milliseconds