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

  /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,
  /device/google/contexthub/contexthubhal/
system_comms.cpp 228 .free_bytes = mi.sharedSz - mi.sharedUse,
236 .free_bytes = mi.osSz - mi.osUse,
244 .free_bytes = mi.eeSz - mi.eeUse,
252 .free_bytes = mi.ramSz - mi.ramUse,
  /hardware/libhardware/include/hardware/
context_hub.h 117 uint32_t free_bytes; member in struct:mem_range_t
  /prebuilts/go/darwin-x86/src/runtime/
mprof.go 75 free_bytes uintptr
221 mp.free_bytes += mp.prev_free_bytes
447 if inuseZero || mp.alloc_bytes != mp.free_bytes {
464 if inuseZero || mp.alloc_bytes != mp.free_bytes {
474 if inuseZero || mp.alloc_bytes != mp.free_bytes {
488 r.FreeBytes = int64(mp.free_bytes)
  /prebuilts/go/linux-x86/src/runtime/
mprof.go 75 free_bytes uintptr
221 mp.free_bytes += mp.prev_free_bytes
447 if inuseZero || mp.alloc_bytes != mp.free_bytes {
464 if inuseZero || mp.alloc_bytes != mp.free_bytes {
474 if inuseZero || mp.alloc_bytes != mp.free_bytes {
488 r.FreeBytes = int64(mp.free_bytes)
  /system/update_engine/
p2p_manager.cc 527 size_t free_bytes = local
529 if (free_bytes < 2 * expected_size) {
533 << " only has " << free_bytes
  /art/runtime/gc/allocator/
rosalloc.cc 1508 size_t free_bytes = 0U; local
1587 size_t free_bytes = 0U; local
    [all...]
  /external/v8/src/heap/
mark-compact.cc 716 size_t free_bytes = area_size - live_bytes; local
718 ((free_bytes >= free_bytes_threshold) &&
729 AllocationSpaceName(space->identity()), free_bytes / KB,
    [all...]

Completed in 493 milliseconds