Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
479 const size_t total_bytes = num_pages * kPageSize; in AllocLargeObject() local480 *bytes_allocated = total_bytes; in AllocLargeObject()481 *usable_size = total_bytes; in AllocLargeObject()482 *bytes_tl_bulk_allocated = total_bytes; in AllocLargeObject()490 CHECK_EQ(total_bytes % sizeof(uintptr_t), 0U); in AllocLargeObject()492 for (size_t i = 0; i < total_bytes / sizeof(uintptr_t); ++i) { in AllocLargeObject()