Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp644 this->allocatedMem.clear(); in NCVVectorAlloc()
646 ncvStat = allocator.alloc(this->allocatedMem, length_ * sizeof(T)); in NCVVectorAlloc()
649 this->_ptr = (T *)this->allocatedMem.begin.ptr; in NCVVectorAlloc()
651 this->_memtype = this->allocatedMem.begin.memtype; in NCVVectorAlloc()
658 ncvStat = allocator.dealloc(this->allocatedMem); in ~NCVVectorAlloc()
666 return (this->allocatedMem.begin.ptr != NULL) || (this->allocator.isCounting()); in isMemAllocated()
676 return allocatedMem; in getSegment()
681 NCVMemSegment allocatedMem; member in NCVVectorAlloc
858 this->allocatedMem.clear(); in NCVMatrixAlloc()
873 ncvStat = allocator.alloc(this->allocatedMem, requiredAllocSize); in NCVMatrixAlloc()
[all …]