Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.c40 static uint64_t get_aligned_malloc_size(size_t size, size_t align) { in get_aligned_malloc_size() function
57 const uint64_t aligned_size = get_aligned_malloc_size(size, align); in vpx_memalign()