Searched defs:is_live_thread_local (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DBlockRef.h53 inline bool is_live_thread_local() const { return subzone()->is_live_thread_local(q()); } function in class:Auto::SubzoneBlockRef
92 inline bool is_live_thread_local() const { return false; } function in class:Auto::LargeBlockRef
H A DSubzone.h507 inline bool is_live_thread_local(usword_t q) const { return (_side_data[q] & (start_bit | alloc_local_bit | global_bit|garbage_bit)) == (start_bit|alloc_local_bit); } function in class:Auto::Subzone

Completed in 187 milliseconds