Searched defs:reallocarray (Results 1 - 5 of 5) sorted by relevancy
config.h 161 /* Define to 1 if you have the declaration of `reallocarray', and to 0 if you
590 /* If we have reallocarray(3) */
1450 #define reallocarray reallocarrayunbound macro
1451 void* reallocarray(void *ptr, size_t nmemb, size_t size);
1531 void *reallocarray(void *ptr, size_t nmemb, size_t size);
1609 # define reallocarray(p,n,s) unbound_stat_reallocarray_log(p, n, s, __FILE__, __LINE__, __func__) macro
Completed in 12 milliseconds