Home
last modified time | relevance | path

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

123

/freebsd-14-stable/sys/dev/drm2/
HDdrm_mem_util.h35 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/
HDxmalloc.c47 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/
HDxmalloc.c40 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/
HDheapsort.c85 #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()
HDreallocarray.c30 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
HDbsearch.c63 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/
HDstdio.c64 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/
HDcompat_reallocarray.c32 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
HDtest-ohash.c17 xcalloc(size_t nmemb, size_t sz, void *arg) in xcalloc()
HDdba_write.c91 dba_skip(int32_t nmemb, int32_t sz) in dba_skip()
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
HDbsd-malloc.c37 rpl_calloc(size_t nmemb, size_t size) in rpl_calloc()
/freebsd-14-stable/contrib/unbound/compat/
HDreallocarray.c34 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
/freebsd-14-stable/sys/libkern/
HDbsearch.c56 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/
HDnsan_malloc_linux.cpp37 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/
HDhwasan_allocation_functions.cpp124 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/
HDtest-sort.h51 ssort(int v[], int nmemb) in ssort()
/freebsd-14-stable/sbin/rcorder/
HDealloc.c112 ecalloc(size_t nmemb, size_t size) in ecalloc()
/freebsd-14-stable/contrib/unbound/util/
HDalloc.c395 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/
HDcolcomp.c102 size_t nmemb = 0; in main() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
HDdfsan_allocator.cpp174 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/
HDasan_malloc_win.cpp113 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/
HDemalloc.c88 size_t nmemb, in oreallocarrayxz()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_allocator.cpp115 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/
HDmemprof_malloc_linux.cpp61 INTERCEPTOR(void *, calloc, uptr nmemb, uptr size) { in INTERCEPTOR()
78 INTERCEPTOR(void *, reallocarray, void *ptr, uptr nmemb, uptr size) { in INTERCEPTOR()

123