Searched refs:is_initial (Results 1 – 1 of 1) sorted by relevance
157 void init_buckets( segment_ptr_type ptr, size_type sz, bool is_initial ) { in init_buckets() argument158 if (is_initial) { in init_buckets()181 void enable_segment( segment_index_type k, bool is_initial = false ) {195 init_buckets(ptr, sz, is_initial);209 init_buckets(ptr, sz - embedded_buckets, is_initial);307 bool is_initial = !my_size.load(std::memory_order_relaxed); in reserve() local311 enable_segment( segment_index_of( m+1 ), is_initial ); in reserve()