Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp88 error_entry( NCV_ALLOCATOR_BAD_DEALLOC ),
448 ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC); in dealloc()
449 ncvAssertReturn(seg.begin.ptr != NULL || isCounting(), NCV_ALLOCATOR_BAD_DEALLOC); in dealloc()
457 ncvAssertReturn(allocBegin <= begin, NCV_ALLOCATOR_BAD_DEALLOC); in dealloc()
548 ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC); in dealloc()
549 ncvAssertReturn(seg.begin.ptr != NULL, NCV_ALLOCATOR_BAD_DEALLOC); in dealloc()
551 …urrentSize >= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment), NCV_ALLOCATOR_BAD_DEALLOC); in dealloc()
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
DNCV.hpp334 NCV_ALLOCATOR_BAD_DEALLOC, enumerator