Searched defs:nmemb (Results 1 – 3 of 3) sorted by relevance
140 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
21 size_t nmemb, size_t size) { in libxl__alloc_failed()110 void *libxl__calloc(libxl__gc *gc, size_t nmemb, size_t size) in libxl__calloc()
3875 #define ARRAY_SIZE_OK(ptr, nmemb) ((nmemb) < INT_MAX / (sizeof(*(ptr)) * 2)) argument3896 #define GCNEW_ARRAY(var, nmemb) \ argument3909 #define GCREALLOC_ARRAY(var, nmemb) \ argument
Completed in 15 milliseconds