Searched defs:nmemb (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/libkern/ |
| H A D | bsearch.c | 58 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch()
|
| /f-stack/freebsd/sys/ |
| H A D | malloc.h | 279 WOULD_OVERFLOW(size_t nmemb, size_t size) in WOULD_OVERFLOW()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_malloc.c | 798 mallocarray(size_t nmemb, size_t size, struct malloc_type *type, int flags) in mallocarray()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 1246 mallocarray(size_t nmemb, size_t size, struct malloc_type *type, int flags) in mallocarray()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 1994 badd(const void *key, void *item, void *base, size_t nmemb, in badd() 2043 bdel(const void *key, void *base, size_t nmemb, size_t size, in bdel()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | module.c | 323 void *RM_Calloc(size_t nmemb, size_t size) { in RM_Calloc()
|