Searched refs:totalNodes_ (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/ |
H A D | unique_stack_table.cpp | 37 totalNodes_ = ((tableSize_ / sizeof(Node)) >> 1) << 1; // make it even. in Init() 38 if (totalNodes_ > MAX_NODES_CNT) { in Init() 43 availableNodes_ = totalNodes_; in Init() 48 hashStep_ = (totalNodes_ / (deconflictTimes_ * 2 + 1)); // 2 : double times in Init() 57 "Init totalNodes_: %{public}u, availableNodes_: %{public}u, availableIndex_: %{public}u \ in Init() 59 totalNodes_, availableNodes_, availableIndex_, hashStep_, hashModulus_); in Init() 71 uint32_t oldNumNodes = totalNodes_; in Resize() 72 DFXLOGW("Before resize, totalNodes_: %{public}u, availableNodes_: %{public}u, " \ in Resize() 74 totalNodes_, availableNodes_, availableIndex_, hashStep_); in Resize() 76 if ((totalNodes_ << RESIZE_MULTIPL in Resize() [all...] |
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/ |
H A D | unique_stack_table.h | 97 totalNodes_ = ((tableSize_ / sizeof(Node)) >> 1) << 1; in UniqueStackTable() 142 uint32_t totalNodes_ = 0; member in OHOS::HiviewDFX::UniqueStackTable
|
Completed in 1 milliseconds