Searched refs:history_len (Results 1 – 4 of 4) sorted by relevance
121 int history_len; member
969 if (pph->num_used == pph->history_len) { in add_plot_history()970 pph->history_len += 4096; in add_plot_history()972 pph->history_len * sizeof(double)); in add_plot_history()
591 pph->history_len = 4096; in alloc_pid_plot_history()
1141 uint64 history_len = std::min(action_counter_, kMemDebugHistorySize); in RecordMemoryMapInternal() local1142 for (uint64 i = action_counter_ - history_len; i < action_counter_; ++i) { in RecordMemoryMapInternal()