Lines Matching refs:my_first_block
570 size_type first_block = this->my_first_block.load(std::memory_order_relaxed); in create_segment()
649 if (segment_index >= this->my_first_block) { in nullify_segment()
653 for (size_type i = 0; i < this->my_first_block; ++i) { in nullify_segment()
664 size_type first_block = this->my_first_block.load(std::memory_order_relaxed); in deallocate_segment()
834 if (seg_index > this->my_first_block.load(std::memory_order_relaxed)) { in internal_grow()
952 …const segment_index_type first_block = this->my_first_block; // nu… in internal_compact()
978 this->my_first_block.store(k, std::memory_order_relaxed); in internal_compact()
1003 this->my_first_block.store(first_block, std::memory_order_relaxed); in internal_compact()
1010 this->my_first_block.store(first_block, std::memory_order_relaxed); in internal_compact()
1019 this->my_first_block.store(k, std::memory_order_relaxed); in internal_compact()
1034 if (!k) this->my_first_block.store(0, std::memory_order_relaxed); in internal_compact()