Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_stream.cpp134 int stackCount_; member in __anon81e7630e0211::MemoryPool
145 stackCount_ = 5; in MemoryPool()
155 stackCount_ = stackCount; in initialize()
162 const size_t totalSize = stackSize_ * stackCount_; in initilizeImpl()
170 stacks_.resize(stackCount_); in initilizeImpl()
174 for (int i = 0; i < stackCount_; ++i) in initilizeImpl()
194 for (int i = 0; i < stackCount_; ++i) in release()
218 for (int i = 0; i < stackCount_; ++i) in getFreeMemStack()
238 for (int i = 0; i < stackCount_; ++i) in returnMemStack()