Home
last modified time | relevance | path

Searched refs:segment_head_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/zone/
Dzone.cc73 if (!segment_head_) return; in Reset()
74 Segment* keep = segment_head_; in Reset()
75 segment_head_ = segment_head_->next(); in Reset()
76 if (segment_head_ != nullptr) { in Reset()
79 position_ = segment_head_->end(); in Reset()
80 allocation_size_ -= segment_head_->end() - segment_head_->start(); in Reset()
91 segment_head_ = keep; in Reset()
99 Segment* current = segment_head_; in DeleteAll()
105 segment_head_ = nullptr; in DeleteAll()
141 Segment* head = segment_head_; in NewExpand()
[all …]
Dzone.h149 size_t extra = segment_head_ ? position_ - segment_head_->start() : 0; in allocation_size()
222 Segment* segment_head_ = nullptr; variable
257 Segment* const segment_head_; variable