HomeSort by relevance Sort by last modified time
    Searched refs:free_bytes (Results 1 - 8 of 8) 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 231 .free_bytes = mi.sharedSz - mi.sharedUse,
239 .free_bytes = mi.osSz - mi.osUse,
247 .free_bytes = mi.eeSz - mi.eeUse,
255 .free_bytes = mi.ramSz - mi.ramUse,
  /hardware/libhardware/include/hardware/
context_hub.h 117 uint32_t free_bytes; member in struct:mem_range_t
  /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 1515 size_t free_bytes = 0U; local
1594 size_t free_bytes = 0U; local
    [all...]
  /external/v8/src/heap/
mark-compact.cc 790 int free_bytes = area_size - live_bytes; local
792 ((free_bytes >= free_bytes_threshold) &&
803 AllocationSpaceName(space->identity()), free_bytes / KB,
    [all...]
spaces.cc 2268 intptr_t free_bytes = 0; local
    [all...]

Completed in 300 milliseconds