Searched refs:oldnmemb (Results 1 – 1 of 1) sorted by relevance
31 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() argument46 if ((oldnmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) && in recallocarray()47 oldnmemb > 0 && SIZE_MAX / oldnmemb < size) { in recallocarray()51 oldsize = oldnmemb * size; in recallocarray()