Searched refs:oldnmemb (Results 1 – 3 of 3) sorted by relevance
42 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() argument57 if ((oldnmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) && in recallocarray()58 oldnmemb > 0 && SIZE_MAX / oldnmemb < size) { in recallocarray()62 oldsize = oldnmemb * size; in recallocarray()
38 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() argument53 if ((oldnmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) && in recallocarray()54 oldnmemb > 0 && SIZE_MAX / oldnmemb < size) { in recallocarray()58 oldsize = oldnmemb * size; in recallocarray()
39 recallocarray(void *ptr, size_t oldnmemb, size_t newnmemb, size_t size) in recallocarray() argument54 if ((oldnmemb >= MUL_NO_OVERFLOW || size >= MUL_NO_OVERFLOW) && in recallocarray()55 oldnmemb > 0 && SIZE_MAX / oldnmemb < size) { in recallocarray()59 oldsize = oldnmemb * size; in recallocarray()