Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1810 size_t max_num_of_slots = run_size / bracket_size; in Initialize() local
1821 for (int s = max_num_of_slots; s >= 0; s--) { in Initialize()