Home
last modified time | relevance | path

Searched refs:stacks_ (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/src/
Dcuda_stream.cpp138 std::vector<MemoryStack> stacks_; member in __anon81e7630e0211::MemoryPool
170 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 …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_ignoreset.cc27 if (stacks_[i] == stack_id) in Add()
30 stacks_[size_++] = stack_id; in Add()
44 return stacks_[i]; in At()
Dtsan_ignoreset.h33 u32 stacks_[kMaxSize]; variable