Searched refs:real_cap (Results 1 – 1 of 1) sorted by relevance
476 size_type real_cap = new_cap; in try_expand_fwd() local478 bool const success = !!this->allocation_command(expand_fwd, new_cap, real_cap, reuse); in try_expand_fwd()484 this->capacity(real_cap); in try_expand_fwd()1235 size_type real_cap = 0; member in boost::container::vector1237 …et(this->m_holder.allocation_command(allocate_new|expand_fwd, input_sz, real_cap = input_sz, reuse…1248 this->m_holder.capacity(real_cap);1257 this->m_holder.capacity(real_cap);2486 size_type real_cap = 0; in priv_reserve_no_capacity() local2488 …der.allocation_command(allocate_new | expand_fwd | expand_bwd, new_cap, real_cap = new_cap, reuse)… in priv_reserve_no_capacity()2496 this->m_holder.capacity(real_cap); in priv_reserve_no_capacity()[all …]