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