Searched defs:nmemb (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp137 void * __sanitizer_calloc(uptr nmemb, uptr size) { argument
163 void * __sanitizer_reallocarray(void *ptr, uptr nmemb, uptr size) { argument
H A Dhwasan_allocator.cpp255 static void *HwasanCalloc(StackTrace *stack, uptr nmemb, uptr size) { argument
292 void *hwasan_calloc(uptr nmemb, uptr size, StackTrace *stack) { argument
306 void *hwasan_reallocarray(void *ptr, uptr nmemb, uptr size, StackTrace *stack) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp149 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { argument
169 INTERCEPTOR(void*, reallocarray, void *ptr, uptr nmemb, uptr size) { argument
H A Dasan_malloc_win.cpp113 void *calloc(size_t nmemb, size_t size) { argument
119 void *_calloc_base(size_t nmemb, size_t size) { argument
124 void *_calloc_dbg(size_t nmemb, size_t size, int, const char *, int) { argument
129 void *_calloc_impl(size_t nmemb, size_t size, int *errno_tmp) { argument
H A Dasan_allocator.cpp692 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { argument
895 void *asan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { argument
899 void *asan_reallocarray(void *p, uptr nmemb, uptr size, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp63 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { argument
H A Dlsan_allocator.cpp107 static void *Calloc(uptr nmemb, uptr size, const StackTrace &stack) { argument
195 void *lsan_reallocarray(void *ptr, uptr nmemb, uptr size, argument
206 void *lsan_calloc(uptr nmemb, uptr size, const StackTrace &stack) { argument
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dos.h277 static inline void * os_calloc(size_t nmemb, size_t size) argument
565 static inline void * os_realloc_array(void *ptr, size_t nmemb, size_t size) argument
579 static inline void os_remove_in_array(void *ptr, size_t nmemb, size_ argument
[all...]
H A Dhttp_curl.c161 static size_t curl_cb_write(void *ptr, size_t size, size_t nmemb, argument
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c660 grep_calloc(size_t nmemb, size_t size) argument
/freebsd-11-stable/contrib/unbound/util/
H A Dalloc.c395 void *unbound_stat_calloc(size_t nmemb, size_t size) argument
479 void *unbound_stat_calloc_log(size_t nmemb, size_t size, const char* file, argument
538 void *unbound_stat_calloc_lite(size_t nmemb, size_ argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp234 void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { argument
255 void *msan_calloc(uptr nmemb, uptr size, StackTrace *stack) { argument
269 void *msan_reallocarray(void *ptr, uptr nmemb, uptr size, StackTrace *stack) { argument
[all...]
H A Dmsan_interceptors.cpp133 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, argument
893 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { argument
919 INTERCEPTOR(void *, reallocarray, void *ptr, SIZE_T nmemb, SIZE_T size) { argument
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibbfd.c182 bfd_malloc2(bfd_size_type nmemb, bfd_size_type size) argument
236 bfd_realloc2(void *ptr, bfd_size_type nmemb, bfd_size_type size) argument
297 bfd_zmalloc2(bfd_size_type nmemb, bfd_size_type size) argument
[all...]
H A Dopncls.c915 bfd_alloc2(bfd *abfd, bfd_size_type nmemb, bfd_size_type size) argument
977 bfd_zalloc2(bfd *abfd, bfd_size_type nmemb, bfd_size_type size) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_malloc.c531 mallocarray(size_t nmemb, size_t size, struct malloc_type *type, int flags) argument
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c852 WRAPPER2(size_t, fread, void *ptr, size_t size, size_t nmemb, FILE *stream) argument
862 WRAPPER2(size_t, fwrite, const void *ptr, size_t size, size_t nmemb, argument
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c3689 cmalloc (size_t nmemb, size_t size) argument
3699 xcmalloc (size_t nmemb, size_t size) argument
3709 xcrealloc (void *ptr, size_t nmemb, size_t size) argument
H A Dreadelf.c309 get_data(void *var, FILE *file, long offset, size_t size, size_t nmemb, const char *reason) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp223 SANITIZER_INTERFACE_ATTRIBUTE void *__dfsw_calloc(size_t nmemb, size_t size, argument
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c627 ucl_curl_write_callback (void* contents, size_t size, size_t nmemb, void* ud) argument
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_ftree.c2118 bubble_sort_up(ftree_port_group_t ** p_group_array, uint32_t nmemb) argument
2155 bubble_sort_siblings(ftree_port_group_t ** p_group_array, uint32_t nmemb) argument
2195 bubble_sort_down(ftree_port_group_t ** p_group_array, uint32_t nmemb) argument
/freebsd-11-stable/crypto/openssl/ssl/
H A Dkssl.c748 static void *kssl_calloc(size_t nmemb, size_t size) argument
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c2003 badd(const void *key, void *item, void *base, size_t nmemb, argument
2052 bdel(const void *key, void *base, size_t nmemb, size_t size, argument
[all...]
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h957 drm_calloc(size_t nmemb, size_t size, struct malloc_type *area) argument

Completed in 1710 milliseconds

12