Home
last modified time | relevance | path

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

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