cvAlignLeft 336 modules/core/src/datastructs.cpp size_t max_free_space = cvAlignLeft(storage->block_size - sizeof(CvMemBlock), CV_STRUCT_ALIGN); cvAlignLeft 345 modules/core/src/datastructs.cpp storage->free_space = cvAlignLeft(storage->free_space - (int)size, CV_STRUCT_ALIGN ); cvAlignLeft 418 modules/core/src/datastructs.cpp useful_block_size = cvAlignLeft(seq->storage->block_size - sizeof(CvMemBlock) - cvAlignLeft 661 modules/core/src/datastructs.cpp storage->free_space = cvAlignLeft((int)(((schar*)storage->top + storage->block_size) - cvAlignLeft 896 modules/core/src/datastructs.cpp storage->free_space = cvAlignLeft((int)(storage_block_max - seq->ptr), CV_STRUCT_ALIGN);