Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_mem/
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()
/external/libaom/libaom/aom_mem/
Daom_mem.c21 static int check_size_argument_overflow(uint64_t nmemb, uint64_t size) { in check_size_argument_overflow() function
53 if (!check_size_argument_overflow(1, aligned_size)) return NULL; in aom_memalign()