Merge "vpx_mem: increase default alignment"

This commit is contained in:
James Zern 2013-09-10 14:03:31 -07:00 committed by Gerrit Code Review
commit db487188b1

View File

@ -50,14 +50,10 @@ vpx_memcpy, _memset, and _memmove*/
calls to vpx_* functions other
than vpx_memalign*/
# else
# define DEFAULT_ALIGNMENT 1
# define DEFAULT_ALIGNMENT (2 * sizeof(void*)) /* NOLINT */
# endif
#endif
#if DEFAULT_ALIGNMENT < 1
# error "DEFAULT_ALIGNMENT must be >= 1!"
#endif
#if CONFIG_MEM_TRACKER
# define TRY_BOUNDS_CHECK 1 /*when set to 1 pads each allocation,
integrity can be checked using