Home | Sort by relevance Sort by last modified time |
/art/runtime/gc/allocator/ | |
rosalloc.h | 155 byte is_thread_local_; // True if this run is used as a thread-local run. member in class:art::gc::allocator::RosAlloc::Run 197 is_thread_local_ = is_thread_local ? 1 : 0; 200 return is_thread_local_ != 0; |
rosalloc.cc | [all...] |