Home
last modified time | relevance | path

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

/scripts/include/
Dxalloc.h18 static inline void *xcalloc(size_t nmemb, size_t size) in xcalloc() argument
20 void *p = calloc(nmemb, size); in xcalloc()