Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/brotli/src/brotli/dec/
Dsafe_malloc.c26 static int CheckSizeArgumentsOverflow(uint64_t nmemb, size_t size) { in CheckSizeArgumentsOverflow()
34 void* BrotliSafeMalloc(uint64_t nmemb, size_t size) { in BrotliSafeMalloc()
/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/chromium_org/third_party/libwebp/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/valgrind/main/memcheck/tests/
Dundef_malloc_args.c28 size_t nmemb = 1; in main() local
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_qsort.c320 static void qsort_nonaligned(void *base, size_t nmemb, size_t size, in qsort_nonaligned()
351 static void qsort_aligned(void *base, size_t nmemb, size_t size, in qsort_aligned()
382 static void qsort_words(void *base, size_t nmemb, in qsort_words()
431 void qsort(void *base, size_t nmemb, size_t size, in qsort()
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc62 void *calloc(size_t nmemb, size_t size) { in calloc()
73 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()
170 void *mz_calloc(malloc_zone_t *zone, size_t nmemb, size_t size) { in mz_calloc()
Dasan_malloc_linux.cc83 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR()
Dasan_allocator2.cc605 void *asan_calloc(uptr nmemb, uptr size, StackTrace *stack) { in asan_calloc()
/external/wpa_supplicant_8/src/utils/
Dos.h270 static inline void * os_calloc(size_t nmemb, size_t size) in os_calloc()
552 static inline void * os_realloc_array(void *ptr, size_t nmemb, size_t size) in os_realloc_array()
566 static inline void os_remove_in_array(void *ptr, size_t nmemb, size_t size, in os_remove_in_array()
/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/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dmergesort.c102 yasm__mergesort(void *base, size_t nmemb, size_t size, in yasm__mergesort()
/external/chromium_org/base/
Dsecurity_unittest.cc208 bool CallocReturnsNull(size_t nmemb, size_t size) { in CallocReturnsNull()
/external/valgrind/main/drd/
Ddrd_malloc_wrappers.c158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) in drd_calloc()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dimports.c471 _mesa_bsearch( const void *key, const void *base, size_t nmemb, size_t size, in _mesa_bsearch()
/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/chromium_org/tools/android/heap_profiler/
Dheap_profiler_hooks_android.c159 HEAP_PROFILER_EXPORT void* calloc(size_t nmemb, size_t size) { in calloc()
/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.cc77 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR()
/external/valgrind/main/exp-sgcheck/
Dh_main.c374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 ) in h_replace_calloc()
/external/libvpx/libvpx/
Dvpxenc.c49 static size_t wrap_fread(void *ptr, size_t size, size_t nmemb, in wrap_fread()
55 static size_t wrap_fwrite(const void *ptr, size_t size, size_t nmemb, in wrap_fwrite()
/external/chromium_org/third_party/libvpx/source/libvpx/
Dvpxenc.c54 static size_t wrap_fread(void *ptr, size_t size, size_t nmemb, in wrap_fread()
60 static size_t wrap_fwrite(const void *ptr, size_t size, size_t nmemb, in wrap_fwrite()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc94 INTERCEPTOR(SIZE_T, fread, void *ptr, SIZE_T size, SIZE_T nmemb, void *file) { in INTERCEPTOR() argument
102 INTERCEPTOR(SIZE_T, fread_unlocked, void *ptr, SIZE_T size, SIZE_T nmemb, in INTERCEPTOR() argument
813 INTERCEPTOR(void *, calloc, SIZE_T nmemb, SIZE_T size) { in INTERCEPTOR()

12