Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Dcuda_stream.cpp133 size_t stackSize_; member in __anon81e7630e0211::MemoryPool
144 stackSize_ = 10 * 1024 * 1024; in MemoryPool()
154 stackSize_ = stackSize; in initialize()
162 const size_t totalSize = stackSize_ * stackCount_; in initilizeImpl()
177 stacks_[i].dataend = ptr + stackSize_; in initilizeImpl()
182 ptr += stackSize_; in initilizeImpl()