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/unit/
main.cpp 61 merged.allocation_bytes = 0;
68 merged.allocation_bytes = max(merged.allocation_bytes, info.allocation_bytes);
  /system/core/libmemunreachable/include/memunreachable/
memunreachable.h 59 size_t allocation_bytes; member in struct:UnreachableMemoryInfo
  /system/core/libmemunreachable/
MemUnreachable.cpp 332 size_t allocation_bytes = unreachable.AllocationBytes(); local
341 ok = ok && pipe.Sender().Send(allocation_bytes);
392 ok = ok && pipe.Receiver().Receive(&info.allocation_bytes);
403 info.allocation_bytes, info.num_allocations, plural(info.num_allocations));

Completed in 862 milliseconds