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()
26 static int check_size_argument_overflow(size_t nmemb, size_t size, in check_size_argument_overflow() function57 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()