Home | History | Annotate | Download | only in allocator

Lines Matching defs:total_bytes

483   const size_t total_bytes = num_pages * kPageSize;
484 *bytes_allocated = total_bytes;
485 *usable_size = total_bytes;
486 *bytes_tl_bulk_allocated = total_bytes;
494 CHECK_EQ(total_bytes % sizeof(uintptr_t), 0U);
496 for (size_t i = 0; i < total_bytes / sizeof(uintptr_t); ++i) {
2187 os << "Total #total_bytes=" << PrettySize(total_num_pages * kPageSize)