Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance
467 const size_t total_bytes = num_pages * kPageSize; in AllocLargeObject() local468 *bytes_allocated = total_bytes; in AllocLargeObject()476 CHECK_EQ(total_bytes % sizeof(uword), 0U); in AllocLargeObject()478 for (size_t i = 0; i < total_bytes / sizeof(uword); ++i) { in AllocLargeObject()