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

/external/opencv/cxcore/include/
H A Dcxmisc.h138 #define cvStackAlloc(size) cvAlignPtr( alloca((size) + CV_MALLOC_ALIGN), CV_MALLOC_ALIGN )
235 CV_INLINE void* cvAlignPtr( const void* ptr, int align=32 ) function

Completed in 506 milliseconds