Searched defs:nmemb (Results 1 - 1 of 1) sorted by path

/system/core/toolbox/grep/
H A Dutil.c405 grep_calloc(size_t nmemb, size_t size) argument
409 if ((ptr = calloc(nmemb, size)) == NULL)

Completed in 3 milliseconds