Home | History | Annotate | Download | only in allocator

Lines Matching full:is_thread_local

319   // | is_thread_local   |
394 void SetIsThreadLocal(bool is_thread_local) {
395 is_thread_local_ = is_thread_local ? 1 : 0;