Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp332 allocBegin(NULL), in NCVMemStackAllocator()
347 allocBegin(NULL), in NCVMemStackAllocator()
355 allocBegin = NULL; in NCVMemStackAllocator()
363 ncvAssertCUDAReturn(cudaMalloc(&allocBegin, capacity), ); in NCVMemStackAllocator()
366 ncvAssertCUDAReturn(cudaMallocHost(&allocBegin, capacity), ); in NCVMemStackAllocator()
369 allocBegin = (Ncv8u *)malloc(capacity); in NCVMemStackAllocator()
377 allocBegin = (Ncv8u *)reusePtr; in NCVMemStackAllocator()
382 allocBegin = (Ncv8u *)(0x1); in NCVMemStackAllocator()
387 begin = allocBegin; in NCVMemStackAllocator()
395 if (allocBegin != NULL) in ~NCVMemStackAllocator()
[all …]
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp508 Ncv8u *allocBegin; member in NCVMemStackAllocator