Searched defs:nmemb (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 44 #define calloc(nmemb, size) __mdbg_alloc(MAF_ZERO_INIT, NULL, 1, (nmemb), \ argument 96 #define nex_calloc(nmemb, size) __mdbg_alloc(MAF_NEX | MAF_ZERO_INIT, NULL, 1, \ argument 133 #define nex_calloc(nmemb, size) calloc(nmemb, size) argument
|
| /optee_os/lib/libutils/isoc/ |
| H A D | fwrite.c | 10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite()
|
| H A D | bget_malloc.c | 563 size_t nmemb, size_t size, const char *fname, in mem_alloc_unlocked() 609 size_t nmemb, size_t size, const char *fname, int lineno) in mem_alloc() 665 void *__mdbg_alloc(uint32_t flags, void *ptr, size_t alignment, size_t nmemb, in __mdbg_alloc() 724 void *calloc(size_t nmemb, size_t size) in calloc() 929 void *nex_calloc(size_t nmemb, size_t size) in nex_calloc()
|
| /optee_os/lib/libutils/ext/ |
| H A D | mempool.c | 167 void *mempool_calloc(struct mempool *pool, size_t nmemb, size_t size) in mempool_calloc()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | platform.c | 47 void *mbedtls_calloc(size_t nmemb, size_t size) in mbedtls_calloc()
|