Home | History | Annotate | Download | only in include

Lines Matching refs:cvAlignPtr

138 #define cvStackAlloc(size) cvAlignPtr( alloca((size) + CV_MALLOC_ALIGN), CV_MALLOC_ALIGN )
235 CV_INLINE void* cvAlignPtr( const void* ptr, int align=32 )