Searched refs:GetAlignedMallocSize (Results 1 – 1 of 1) sorted by relevance
30 static size_t GetAlignedMallocSize(size_t size, size_t align) { in GetAlignedMallocSize() function51 const size_t aligned_size = GetAlignedMallocSize(size, align); in aom_memalign()