Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.h319 size_t max_thread_local_bracket_idx = kNumThreadLocalSizeBrackets - 1; in IsSizeForThreadLocal() local
320 bool is_size_for_thread_local = size <= bracketSizes[max_thread_local_bracket_idx]; in IsSizeForThreadLocal()