Searched refs:memb_size (Results 1 – 2 of 2) sorted by relevance
93 xgrowarray(void *const ptr, size_t *const nmemb, const size_t memb_size) in xgrowarray() argument102 (DEFAULT_ALLOC_SIZE + memb_size - 1) / memb_size; in xgrowarray()111 return xreallocarray(ptr, *nmemb, memb_size); in xgrowarray()
63 void *xgrowarray(void *ptr, size_t *nmemb, size_t memb_size);