/external/openssh/ |
D | xmalloc.c | 43 xcalloc(size_t nmemb, size_t size) in xcalloc() 59 xrealloc(void *ptr, size_t nmemb, size_t size) in xrealloc()
|
/external/webp/src/utils/ |
D | utils.c | 164 static int CheckSizeArgumentsOverflow(uint64_t nmemb, size_t size) { in CheckSizeArgumentsOverflow() 183 void* WebPSafeMalloc(uint64_t nmemb, size_t size) { in WebPSafeMalloc() 193 void* WebPSafeCalloc(uint64_t nmemb, size_t size) { in WebPSafeCalloc()
|
/external/openssh/openbsd-compat/ |
D | reallocarray.c | 37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
|
D | bsd-poll.c | 48 size_t nmemb; in poll() local
|
/external/compiler-rt/lib/asan/ |
D | asan_malloc_win.cc | 68 void *calloc(size_t nmemb, size_t size) { in calloc() 74 void *_calloc_dbg(size_t nmemb, size_t size, int, const char *, int) { in _calloc_dbg() 79 void *_calloc_impl(size_t nmemb, size_t size, int *errno_tmp) { in _calloc_impl()
|
D | asan_malloc_mac.cc | 124 INTERCEPTOR(void *, calloc, size_t nmemb, size_t size) { in INTERCEPTOR() 176 void *__asan_mz_calloc(malloc_zone_t *zone, size_t nmemb, size_t size) { in __asan_mz_calloc()
|
D | asan_malloc_linux.cc | 44 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR()
|
D | asan_allocator.cc | 722 void *asan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in asan_calloc()
|
/external/valgrind/memcheck/tests/ |
D | undef_malloc_args.c | 28 size_t nmemb = 1; in main() local
|
/external/aac/libSYS/src/ |
D | genericStds.cpp | 392 UINT FDKfwrite(void *ptrf, INT size, UINT nmemb, FDKFILE *fp) { return fwrite(ptrf, size, nmemb, (F… in FDKfwrite() 395 UINT FDKfread(void *dst, INT size, UINT nmemb, FDKFILE *fp) { return fread(dst, size, nmemb, (FILE*… in FDKfread() 405 UINT FDKfwrite_EL(void *ptrf, INT size, UINT nmemb, FDKFILE *fp) { in FDKfwrite_EL() 427 UINT FDKfread_EL(void *dst, INT size, UINT nmemb, FDKFILE *fp) { in FDKfread_EL()
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 277 static inline void * os_calloc(size_t nmemb, size_t size) in os_calloc() 565 static inline void * os_realloc_array(void *ptr, size_t nmemb, size_t size) in os_realloc_array() 579 static inline void os_remove_in_array(void *ptr, size_t nmemb, size_t size, in os_remove_in_array()
|
/external/google-breakpad/src/common/linux/ |
D | libcurl_wrapper.cc | 101 size_t nmemb, void *userp) { in WriteCallback()
|
D | http_upload.cc | 40 size_t nmemb, void *userp) { in WriteCallback()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_allocator_testlib.cc | 88 void *calloc(size_t nmemb, size_t size) { in calloc()
|
/external/flac/include/share/ |
D | alloc.h | 77 static inline void *safe_calloc_(size_t nmemb, size_t size) in safe_calloc_()
|
/external/compiler-rt/lib/msan/ |
D | msan_allocator.cc | 153 void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in MsanCalloc()
|
D | msan_interceptors.cc | 104 INTERCEPTOR(SIZE_T, fread, void *ptr, SIZE_T size, SIZE_T nmemb, void *file) { in INTERCEPTOR() argument 113 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() argument 974 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR()
|
/external/valgrind/drd/ |
D | drd_malloc_wrappers.c | 158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) in drd_calloc()
|
/external/mesa3d/src/mesa/main/ |
D | imports.c | 471 _mesa_bsearch( const void *key, const void *base, size_t nmemb, size_t size, in _mesa_bsearch()
|
/external/clang/test/Analysis/ |
D | unix-fns.c | 105 void test_calloc_nowarn(size_t nmemb, size_t size) { in test_calloc_nowarn()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_interceptors.cc | 62 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR()
|
/external/fio/ |
D | smalloc.c | 487 void *scalloc(size_t nmemb, size_t size) in scalloc()
|
/external/valgrind/exp-sgcheck/ |
D | h_main.c | 374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 ) in h_replace_calloc()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 51 static size_t wrap_fread(void *ptr, size_t size, size_t nmemb, in wrap_fread() 57 static size_t wrap_fwrite(const void *ptr, size_t size, size_t nmemb, in wrap_fwrite()
|
/external/strace/ |
D | util.c | 140 xlat_search(const struct xlat *xlat, const size_t nmemb, const unsigned int val) in xlat_search()
|