Searched refs:of_type (Results 1 – 2 of 2) sorted by relevance
46 static constexpr TlsAlign of_type() { in of_type() function56 static constexpr TlsAlignedSize of_type() { in of_type() function57 return TlsAlignedSize{.size = sizeof(T), .align = TlsAlign::of_type<T>()}; in of_type()112 return reserve(TlsAlignedSize::of_type<T>()); in reserve_type()
175 auto pair = reserve_tp_pair(seg->aligned_size, TlsAlignedSize::of_type<bionic_tcb>()); in reserve_exe_segment_and_tcb()182 auto pair = reserve_tp_pair(TlsAlignedSize::of_type<bionic_tcb>(), seg->aligned_size); in reserve_exe_segment_and_tcb()