Home
last modified time | relevance | path

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

12

/external/openssh/
Dxmalloc.c43 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/
Dutils.c164 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/
Dreallocarray.c37 reallocarray(void *optr, size_t nmemb, size_t size) in reallocarray()
Dbsd-poll.c48 size_t nmemb; in poll() local
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc68 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()
Dasan_malloc_mac.cc124 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()
Dasan_malloc_linux.cc44 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR()
Dasan_allocator.cc722 void *asan_calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in asan_calloc()
/external/valgrind/memcheck/tests/
Dundef_malloc_args.c28 size_t nmemb = 1; in main() local
/external/aac/libSYS/src/
DgenericStds.cpp392 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/
Dos.h277 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/
Dlibcurl_wrapper.cc101 size_t nmemb, void *userp) { in WriteCallback()
Dhttp_upload.cc40 size_t nmemb, void *userp) { in WriteCallback()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cc88 void *calloc(size_t nmemb, size_t size) { in calloc()
/external/flac/include/share/
Dalloc.h77 static inline void *safe_calloc_(size_t nmemb, size_t size) in safe_calloc_()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc153 void *MsanCalloc(StackTrace *stack, uptr nmemb, uptr size) { in MsanCalloc()
Dmsan_interceptors.cc104 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/
Ddrd_malloc_wrappers.c158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) in drd_calloc()
/external/mesa3d/src/mesa/main/
Dimports.c471 _mesa_bsearch( const void *key, const void *base, size_t nmemb, size_t size, in _mesa_bsearch()
/external/clang/test/Analysis/
Dunix-fns.c105 void test_calloc_nowarn(size_t nmemb, size_t size) { in test_calloc_nowarn()
/external/compiler-rt/lib/lsan/
Dlsan_interceptors.cc62 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR()
/external/fio/
Dsmalloc.c487 void *scalloc(size_t nmemb, size_t size) in scalloc()
/external/valgrind/exp-sgcheck/
Dh_main.c374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 ) in h_replace_calloc()
/external/libvpx/libvpx/
Dvpxenc.c51 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/
Dutil.c140 xlat_search(const struct xlat *xlat, const size_t nmemb, const unsigned int val) in xlat_search()

12