Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.c91 void *g_malloc_n(size_t nmemb, size_t size) in g_malloc_n()
106 void *g_malloc0_n(size_t nmemb, size_t size) in g_malloc0_n()
121 void *g_realloc_n(void *ptr, size_t nmemb, size_t size) in g_realloc_n()
150 void *g_try_malloc_n(size_t nmemb, size_t size) in g_try_malloc_n()
160 void *g_try_malloc0_n(size_t nmemb, size_t size) in g_try_malloc0_n()
170 void *g_try_realloc_n(void *ptr, size_t nmemb, size_t size) in g_try_realloc_n()
/openbmc/linux/tools/include/tools/
Dlibc_compat.h
/openbmc/u-boot/common/
H A Dmalloc_simple.c63 void *calloc(size_t nmemb, size_t elem_size) in calloc()
/openbmc/u-boot/scripts/kconfig/
H A Dutil.c140 void *xcalloc(size_t nmemb, size_t size) in xcalloc()
/openbmc/qemu/util/
H A Dlog.c581 ssize_t rust_fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in rust_fwrite()
/openbmc/qemu/block/
H A Dcurl.c209 static size_t curl_header_cb(void *ptr, size_t size, size_t nmemb, void *opaque) in curl_header_cb()
240 static size_t curl_read_cb(void *ptr, size_t size, size_t nmemb, void *opaque) in curl_read_cb()
/openbmc/linux/tools/perf/util/
Dannotate.c
/openbmc/linux/tools/perf/
Dbuiltin-trace.c