Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.cc467 const size_t total_bytes = num_pages * kPageSize; in AllocLargeObject() local
468 *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()