Searched refs:NCV_ALLOCATOR_BAD_DEALLOC (Results 1 – 2 of 2) sorted by relevance
88 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()
334 NCV_ALLOCATOR_BAD_DEALLOC, enumerator