Home
last modified time | relevance | path

Searched refs:memb_size (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dxmalloc.c93 xgrowarray(void *const ptr, size_t *const nmemb, const size_t memb_size) in xgrowarray() argument
102 (DEFAULT_ALLOC_SIZE + memb_size - 1) / memb_size; in xgrowarray()
111 return xreallocarray(ptr, *nmemb, memb_size); in xgrowarray()
Dxmalloc.h63 void *xgrowarray(void *ptr, size_t *nmemb, size_t memb_size);