| /freebsd-14-stable/sys/dev/drm2/ |
| HD | drm_mem_util.h | 35 static __inline__ void *drm_calloc_large(size_t nmemb, size_t size) in drm_calloc_large() 42 static __inline__ void *drm_malloc_ab(size_t nmemb, size_t size) in drm_malloc_ab()
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | xmalloc.c | 47 xcalloc(size_t nmemb, size_t size) in xcalloc() 63 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray() 75 xrecallocarray(void *ptr, size_t onmemb, size_t nmemb, size_t size) in xrecallocarray()
|
| /freebsd-14-stable/usr.bin/diff/ |
| HD | xmalloc.c | 40 xcalloc(size_t nmemb, size_t size) in xcalloc() 51 xreallocarray(void *ptr, size_t nmemb, size_t size) in xreallocarray()
|
| /freebsd-14-stable/lib/libc/stdlib/ |
| HD | heapsort.c | 85 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ argument 117 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ argument 155 heapsort_b(void *vbase, size_t nmemb, size_t size, heapsort_block compar) in heapsort_b()
|
| HD | reallocarray.c | 30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
|
| HD | bsearch.c | 63 bsearch_b(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch_b()
|
| /freebsd-14-stable/contrib/ntp/libntp/lib/isc/unix/ |
| HD | stdio.c | 64 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { in isc_stdio_read() 82 isc_stdio_write(const void *ptr, size_t size, size_t nmemb, FILE *f, in isc_stdio_write()
|
| /freebsd-14-stable/contrib/mandoc/ |
| HD | compat_reallocarray.c | 32 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
|
| HD | test-ohash.c | 17 xcalloc(size_t nmemb, size_t sz, void *arg) in xcalloc()
|
| HD | dba_write.c | 91 dba_skip(int32_t nmemb, int32_t sz) in dba_skip()
|
| /freebsd-14-stable/crypto/openssh/openbsd-compat/ |
| HD | reallocarray.c | 37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
|
| HD | bsd-malloc.c | 37 rpl_calloc(size_t nmemb, size_t size) in rpl_calloc()
|
| /freebsd-14-stable/contrib/unbound/compat/ |
| HD | reallocarray.c | 34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
|
| /freebsd-14-stable/sys/libkern/ |
| HD | bsearch.c | 56 bsearch(const void *key, const void *base0, size_t nmemb, size_t size, in bsearch()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/nsan/ |
| HD | nsan_malloc_linux.cpp | 37 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() 74 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| HD | hwasan_allocation_functions.cpp | 124 void *__sanitizer_calloc(uptr nmemb, uptr size) { in __sanitizer_calloc() 140 void *__sanitizer_reallocarray(void *ptr, uptr nmemb, uptr size) { in __sanitizer_reallocarray()
|
| /freebsd-14-stable/lib/libc/tests/stdlib/ |
| HD | test-sort.h | 51 ssort(int v[], int nmemb) in ssort()
|
| /freebsd-14-stable/sbin/rcorder/ |
| HD | ealloc.c | 112 ecalloc(size_t nmemb, size_t size) in ecalloc()
|
| /freebsd-14-stable/contrib/unbound/util/ |
| HD | alloc.c | 395 void *unbound_stat_calloc(size_t nmemb, size_t size) in unbound_stat_calloc() 491 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file, in unbound_stat_calloc_log() 523 void *unbound_stat_reallocarray_log(void *ptr, size_t nmemb, size_t size, in unbound_stat_reallocarray_log() 568 void *unbound_stat_calloc_lite(size_t nmemb, size_t size, const char* file, in unbound_stat_calloc_lite()
|
| /freebsd-14-stable/contrib/ntp/sntp/libpkgver/ |
| HD | colcomp.c | 102 size_t nmemb = 0; in main() local
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| HD | dfsan_allocator.cpp | 174 void *DFsanCalloc(uptr nmemb, uptr size) { in DFsanCalloc() 216 void *dfsan_calloc(uptr nmemb, uptr size) { in dfsan_calloc() 230 void *dfsan_reallocarray(void *ptr, uptr nmemb, uptr size) { in dfsan_reallocarray()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | asan_malloc_win.cpp | 113 void *calloc(size_t nmemb, size_t size) { in calloc() 119 void *_calloc_base(size_t nmemb, size_t size) { in _calloc_base() 124 void *_calloc_dbg(size_t nmemb, size_t size, int, const char *, int) { in _calloc_dbg() 129 void *_calloc_impl(size_t nmemb, size_t size, int *errno_tmp) { in _calloc_impl()
|
| /freebsd-14-stable/contrib/ntp/libntp/ |
| HD | emalloc.c | 88 size_t nmemb, in oreallocarrayxz()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| HD | lsan_allocator.cpp | 115 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { in Calloc() 227 void *lsan_reallocarray(void *ptr, uptr nmemb, uptr size, in lsan_reallocarray() 238 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack) { in lsan_calloc()
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/ |
| HD | memprof_malloc_linux.cpp | 61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() 78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR()
|