Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxalloc.cpp105 if( (size_t)size > CV_MAX_ALLOC_SIZE ) in cvAlloc()
/external/opencv/cxcore/include/
Dcxmisc.h81 #define CV_MAX_ALLOC_SIZE (((size_t)1 << (sizeof(size_t)*8-2))) macro