Searched refs:my_array_size (Results 1 – 2 of 2) sorted by relevance
45 size_type my_array_size; variable54 …__TBB_ASSERT(!(size_type(&(my_array[i&(my_array_size-1)].begin()->first))%alignment_of<item_type>:… in item()55 return *my_array[i & (my_array_size - 1) ].begin(); in item()60 …__TBB_ASSERT(!(size_type(&(my_array[i&(my_array_size-1)].begin()->first))%alignment_of<item_type>:… in item()61 return *my_array[i & (my_array_size-1)].begin(); in item()150 size_type capacity() { return my_array_size; } in capacity()159 size_type new_size = my_array_size ? 2*my_array_size : initial_buffer_size; in grow_my_array()180 my_array_size = new_size; in grow_my_array()218 allocator_type().deallocate(my_array,my_array_size); in clean_up_buffer()222 my_head = my_tail = my_array_size = 0; in clean_up_buffer()[all …]
1793 if ( this->my_tail >= this->my_array_size ) in prio_push()