Searched refs:check_size_argument_overflow (Results 1 – 2 of 2) sorted by relevance
29 static int check_size_argument_overflow(uint64_t nmemb, uint64_t size) { in check_size_argument_overflow() function60 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()
21 static int check_size_argument_overflow(uint64_t nmemb, uint64_t size) { in check_size_argument_overflow() function53 if (!check_size_argument_overflow(1, aligned_size)) return NULL; in aom_memalign()