Home | History | Annotate | Download | only in libmemunreachable

Lines Matching defs:bytes

401   ALOGE("%zu bytes in %zu allocation%s unreachable out of %zu bytes in %zu allocation%s",
412 oss << " bytes unreachable at ";
417 oss << " referencing " << referenced_size << " unreachable bytes";
423 oss << " and " << similar_size << " similar unreachable bytes";
427 oss << " referencing " << similar_referenced_size << " unreachable bytes";
435 const size_t bytes = std::min(size, contents_length);
437 if (bytes == size) {
440 oss << " first " << bytes << " bytes of contents:" << std::endl;
443 for (size_t i = 0; i < bytes; i += bytes_per_line) {
447 for (j = i; j < bytes && j < i + bytes_per_line; j++) {
454 for (j = i; j < bytes && j < i + bytes_per_line; j++) {
490 oss << " " << leak_bytes << " bytes in ";