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

  /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 546 milliseconds