Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc570 const size_t num_of_bytes = num_of_slots * bracket_size; in AllocRun() local
572 for (size_t i = 0; i < num_of_bytes; i += kPrefetchStride) { in AllocRun()