Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/
A Dutil.c91 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
/xen/tools/libxl/
A Dlibxl_internal.c21 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()
A Dlibxl_internal.h4311 #define ARRAY_SIZE_OK(ptr, nmemb) ((nmemb) < INT_MAX / (sizeof(*(ptr)) * 2)) argument
4332 #define GCNEW_ARRAY(var, nmemb) \ argument
4345 #define GCREALLOC_ARRAY(var, nmemb) \ argument

Completed in 18 milliseconds