NCVMemStackAllocator 485 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMemStackAllocator(); NCVMemStackAllocator 486 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMemStackAllocator(const NCVMemStackAllocator &); NCVMemStackAllocator 490 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp explicit NCVMemStackAllocator(Ncv32u alignment); NCVMemStackAllocator 491 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp NCVMemStackAllocator(NCVMemoryType memT, size_t capacity, Ncv32u alignment, void *reusePtr=NULL); NCVMemStackAllocator 492 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp virtual ~NCVMemStackAllocator(); NCVMemStackAllocator 329 modules/cudalegacy/src/NCV.cpp NCVMemStackAllocator::NCVMemStackAllocator(Ncv32u alignment_) : NCVMemStackAllocator 344 modules/cudalegacy/src/NCV.cpp NCVMemStackAllocator::NCVMemStackAllocator(NCVMemoryType memT, size_t capacity, Ncv32u alignment_, void *reusePtr) : NCVMemStackAllocator 393 modules/cudalegacy/src/NCV.cpp NCVMemStackAllocator::~NCVMemStackAllocator() NCVMemStackAllocator 421 modules/cudalegacy/src/NCV.cpp NCVStatus NCVMemStackAllocator::alloc(NCVMemSegment &seg, size_t size) NCVMemStackAllocator 445 modules/cudalegacy/src/NCV.cpp NCVStatus NCVMemStackAllocator::dealloc(NCVMemSegment &seg) NCVMemStackAllocator 463 modules/cudalegacy/src/NCV.cpp NcvBool NCVMemStackAllocator::isInitialized(void) const NCVMemStackAllocator 469 modules/cudalegacy/src/NCV.cpp NcvBool NCVMemStackAllocator::isCounting(void) const NCVMemStackAllocator 475 modules/cudalegacy/src/NCV.cpp NCVMemoryType NCVMemStackAllocator::memType(void) const NCVMemStackAllocator 481 modules/cudalegacy/src/NCV.cpp Ncv32u NCVMemStackAllocator::alignment(void) const NCVMemStackAllocator 487 modules/cudalegacy/src/NCV.cpp size_t NCVMemStackAllocator::maxSize(void) const NCVMemStackAllocator 163 modules/cudalegacy/test/NCVTest.hpp this->allocatorGPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment))); NCVMemStackAllocator 164 modules/cudalegacy/test/NCVTest.hpp this->allocatorCPU.reset(new NCVMemStackAllocator(static_cast<Ncv32u>(devProp.textureAlignment))); NCVMemStackAllocator 185 modules/cudalegacy/test/NCVTest.hpp this->allocatorGPU.reset(new NCVMemStackAllocator(NCVMemoryTypeDevice, maxGPUsize, static_cast<Ncv32u>(devProp.textureAlignment))); NCVMemStackAllocator 187 modules/cudalegacy/test/NCVTest.hpp this->allocatorCPU.reset(new NCVMemStackAllocator(NCVMemoryTypeHostPinned, maxCPUsize, static_cast<Ncv32u>(devProp.textureAlignment))); NCVMemStackAllocator 134 modules/cudaobjdetect/src/cascadeclassifier.cpp Ptr<NCVMemStackAllocator> gpuAllocator; NCVMemStackAllocator 135 modules/cudaobjdetect/src/cascadeclassifier.cpp Ptr<NCVMemStackAllocator> cpuAllocator; NCVMemStackAllocator 282 modules/cudaobjdetect/src/cascadeclassifier.cpp NCVMemStackAllocator gpuCounter(static_cast<int>(devProp.textureAlignment)); NCVMemStackAllocator 283 modules/cudaobjdetect/src/cascadeclassifier.cpp NCVMemStackAllocator cpuCounter(static_cast<int>(devProp.textureAlignment)); NCVMemStackAllocator 307 modules/cudaobjdetect/src/cascadeclassifier.cpp gpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<int>(devProp.textureAlignment)); NCVMemStackAllocator 308 modules/cudaobjdetect/src/cascadeclassifier.cpp cpuAllocator = makePtr<NCVMemStackAllocator>(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static_cast<int>(devProp.textureAlignment)); NCVMemStackAllocator 115 modules/cudaoptflow/src/brox.cpp NCVMemStackAllocator gpuCounter(static_cast<Ncv32u>(textureAlignment)); NCVMemStackAllocator 180 modules/cudaoptflow/src/brox.cpp NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, bufSize, static_cast<Ncv32u>(textureAlignment), buf.ptr()); NCVMemStackAllocator 267 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator gpuCounter(static_cast<Ncv32u>(devProp.textureAlignment)); NCVMemStackAllocator 269 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator cpuCounter(static_cast<Ncv32u>(devProp.textureAlignment)); NCVMemStackAllocator 279 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator gpuAllocator(NCVMemoryTypeDevice, gpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment)); NCVMemStackAllocator 281 samples/gpu/cascadeclassifier_nvidia_api.cpp NCVMemStackAllocator cpuAllocator(NCVMemoryTypeHostPinned, cpuCounter.maxSize(), static_cast<Ncv32u>(devProp.textureAlignment));