Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
483 const size_t total_bytes = num_pages * kPageSize; in AllocLargeObject() local484 *bytes_allocated = total_bytes; in AllocLargeObject()485 *usable_size = total_bytes; in AllocLargeObject()486 *bytes_tl_bulk_allocated = total_bytes; in AllocLargeObject()494 CHECK_EQ(total_bytes % sizeof(uintptr_t), 0U); in AllocLargeObject()496 for (size_t i = 0; i < total_bytes / sizeof(uintptr_t); ++i) { in AllocLargeObject()