Searched refs:this_allocs (Results 1 – 2 of 2) sorted by relevance
458 allocators_type & this_allocs = m_members.allocators(); in operator =() local469 if ( propagate::value && !(this_allocs == src_allocs) ) in operator =()471 detail::assign_cond(this_allocs, src_allocs, propagate()); in operator =()496 allocators_type & this_allocs = m_members.allocators(); in operator =() local499 if ( this_allocs == src_allocs ) in operator =()518 detail::move_cond(this_allocs, src_allocs, propagate()); in operator =()
2738 int this_allocs = DIV_ROUND_UP(group_cnt[group], upa); in pcpu_build_alloc_info() local2739 allocs += this_allocs; in pcpu_build_alloc_info()2740 wasted += this_allocs * upa - group_cnt[group]; in pcpu_build_alloc_info()