HomeSort by relevance Sort by last modified time
    Searched refs:NCV_ALLOCATOR_BAD_DEALLOC (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudalegacy/src/
NCV.cpp 88 error_entry( NCV_ALLOCATOR_BAD_DEALLOC ),
448 ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC);
449 ncvAssertReturn(seg.begin.ptr != NULL || isCounting(), NCV_ALLOCATOR_BAD_DEALLOC);
457 ncvAssertReturn(allocBegin <= begin, NCV_ALLOCATOR_BAD_DEALLOC);
548 ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC);
549 ncvAssertReturn(seg.begin.ptr != NULL, NCV_ALLOCATOR_BAD_DEALLOC);
551 ncvAssertReturn(currentSize >= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment), NCV_ALLOCATOR_BAD_DEALLOC);
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 334 NCV_ALLOCATOR_BAD_DEALLOC,

Completed in 35 milliseconds