Home
last modified time | relevance | path

Searched defs:xcalloc (Results 1 - 9 of 9) sorted by relevance

/third_party/elfutils/lib/
H A Dxmalloc.c54 xcalloc (size_t n, size_t s) in xcalloc() function
/third_party/popt/src/
H A Dsystem.h46 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) macro
51 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) macro
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dutil.c91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dutil.c91 void *xcalloc(size_t nmemb, size_t size) in xcalloc() function
/third_party/elfutils/libelf/
H A Dnlist.c53 #define xcalloc(n, m) calloc (n, m) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dtre.h230 #define xcalloc calloc macro
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dtre.h229 #define xcalloc calloc macro
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dtre.h229 #define xcalloc calloc macro
/third_party/musl/src/regex/
H A Dtre.h228 #define xcalloc calloc macro

Completed in 4 milliseconds