Searched defs:CV_MALLOC_ALIGN (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxmisc.h84 #define CV_MALLOC_ALIGN 32 macro
138 #define cvStackAlloc(size) cvAlignPtr( alloca((size) + CV_MALLOC_ALIGN), CV_MALLOC_ALIGN )

Completed in 47 milliseconds