Searched defs:nmemb (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | fwrite.c | 10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite()
|
A D | bget_malloc.c | 621 size_t nmemb, size_t size) in gen_mdbg_calloc() 727 void *mdbg_calloc(const char *fname, int lineno, size_t nmemb, size_t size) in mdbg_calloc() 772 void *calloc(size_t nmemb, size_t size) in calloc() 803 void *calloc(size_t nmemb, size_t size) in calloc() 1035 void *nex_calloc(size_t nmemb, size_t size) in nex_calloc() 1080 void *nex_mdbg_calloc(const char *fname, int lineno, size_t nmemb, size_t size) in nex_mdbg_calloc()
|
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | malloc.h | 43 #define calloc(nmemb, size) \ argument 118 #define nex_calloc(nmemb, size) \ argument 153 #define nex_calloc(nmemb, size) calloc(nmemb, size) argument
|
/optee_os-3.20.0/lib/libutils/ext/ |
A D | mempool.c | 166 void *mempool_calloc(struct mempool *pool, size_t nmemb, size_t size) in mempool_calloc()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 59 void * mbedtls_calloc( size_t nmemb, size_t size ) in mbedtls_calloc()
|
Completed in 8 milliseconds