Searched refs:algn (Results 1 – 1 of 1) sorted by relevance
33 #define CALLOC_ARRAY_ALIGNED(p, n, algn) do { \ argument34 CHECK_MEM_ERROR((p), vpx_memalign((algn), sizeof(*(p)) * (n))); \