Lines Matching defs:total_bytes
6372 UV total_bytes = 0; /* The size of the whole returned backtrace. */
6415 total_bytes = sizeof(Perl_c_backtrace_header);
6435 total_bytes += sizeof(Perl_c_backtrace_frame);
6460 total_bytes += object_name_sizes[i] + 1;
6461 total_bytes += symbol_name_sizes[i] + 1;
6462 total_bytes += source_name_sizes[i] + 1;
6475 Newxc(bt, total_bytes, char, Perl_c_backtrace);
6476 Zero(bt, total_bytes, char);
6478 bt->header.total_bytes = total_bytes;
6527 assert(total_bytes ==