Searched refs:hprofs_ (Results 1 – 2 of 2) sorted by relevance
321 if (hprofs_.size() >= MAX_NUM_HPROF) { in AddSnapshot()325 hprofs_.emplace_back(snapshot); in AddSnapshot()330 for (auto *snapshot : hprofs_) { in ClearSnapshot()333 hprofs_.clear(); in ClearSnapshot()
121 CVector<HeapSnapshot *> hprofs_; variable