Home
last modified time | relevance | path

Searched refs:GetAllocationPaddingSize (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libaom/aom_mem/
H A Daom_mem.c19 static size_t GetAllocationPaddingSize(size_t align) { in GetAllocationPaddingSize() function
29 const size_t alloc_padding = GetAllocationPaddingSize(align); in check_size_argument_overflow()
58 const size_t aligned_size = size + GetAllocationPaddingSize(align); in aom_memalign()