Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vpx_mem/
H A Dvpx_mem.c29 static int check_size_argument_overflow(uint64_t nmemb, uint64_t size) { in check_size_argument_overflow() function
60 if (!check_size_argument_overflow(1, aligned_size)) return NULL; in vpx_memalign()
74 if (!check_size_argument_overflow(num, size)) return NULL; in vpx_calloc()
/aosp_15_r20/external/libaom/aom_mem/
H A Daom_mem.c26 static int check_size_argument_overflow(size_t nmemb, size_t size, in check_size_argument_overflow() function
57 if (!check_size_argument_overflow(1, size, align)) return NULL; in aom_memalign()
70 if (!check_size_argument_overflow(num, size, DEFAULT_ALIGNMENT)) return NULL; in aom_calloc()