Searched refs:stacks_ (Results 1 – 3 of 3) sorted by relevance
138 std::vector<MemoryStack> stacks_; member in __anon81e7630e0211::MemoryPool170 stacks_.resize(stackCount_); in initilizeImpl()176 stacks_[i].datastart = ptr; in initilizeImpl()177 stacks_[i].dataend = ptr + stackSize_; in initilizeImpl()178 stacks_[i].tip = ptr; in initilizeImpl()179 stacks_[i].isFree = true; in initilizeImpl()180 stacks_[i].pool = this; in initilizeImpl()196 CV_DbgAssert( stacks_[i].isFree ); in release()197 CV_DbgAssert( stacks_[i].tip == stacks_[i].datastart ); in release()220 if (stacks_[i].isFree) in getFreeMemStack()[all …]
27 if (stacks_[i] == stack_id) in Add()30 stacks_[size_++] = stack_id; in Add()44 return stacks_[i]; in At()
33 u32 stacks_[kMaxSize]; variable