Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc476 const size_t total_bytes = num_pages * kPageSize; in AllocLargeObject() local
477 *bytes_allocated = total_bytes; in AllocLargeObject()
478 *usable_size = total_bytes; in AllocLargeObject()
479 *bytes_tl_bulk_allocated = total_bytes; in AllocLargeObject()
487 CHECK_EQ(total_bytes % sizeof(uintptr_t), 0U); in AllocLargeObject()
489 for (size_t i = 0; i < total_bytes / sizeof(uintptr_t); ++i) { in AllocLargeObject()