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

  /frameworks/base/libs/hwui/tests/common/
LeakChecker.cpp 38 merged.allocation_bytes = 0;
45 merged.allocation_bytes = max(merged.allocation_bytes, info.allocation_bytes);
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 62 size_t allocation_bytes; member in struct:android::UnreachableMemoryInfo
  /system/core/libmemunreachable/
MemUnreachable.cpp 344 size_t allocation_bytes = unreachable.AllocationBytes(); local
353 ok = ok && pipe.Sender().Send(allocation_bytes);
404 ok = ok && pipe.Receiver().Receive(&info.allocation_bytes);
414 info.leak_bytes, info.num_leaks, plural(info.num_leaks), info.allocation_bytes,

Completed in 595 milliseconds