Searched defs:calloc (Results 1 - 22 of 22) sorted by relevance

/external/bison/lib/
H A Dcalloc.c0 /* calloc() function that is glibc compatible.
21 /* Only the AC_FUNC_CALLOC macro defines 'calloc' already in config.h. */
22 #ifdef calloc
24 # undef calloc macro
25 /* Whereas the gnulib module 'calloc-gnu' defines HAVE_CALLOC_GNU. */
35 /* Call the system's calloc below. */
36 #undef calloc macro
54 /* Defend against buggy calloc implementations that mishandle
65 result = calloc (n, s);
/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c10 int *calloc(__SIZE_TYPE__, __SIZE_TYPE__); // expected-warning{{incompatible redeclaration of library function 'calloc'}} \
11 // expected-note{{'calloc' is a builtin with type 'void *}}
15 int calloc = 1; local
/external/ipsec-tools/src/racoon/
H A Dgcmalloc.h46 * malloc(), calloc(), realloc(), and free() entry points in the main
62 calloc(size_t number, size_t size) function
114 #define racoon_calloc(cnt, sz) calloc((cnt), (sz))
/external/webkit/Source/JavaScriptCore/wtf/brew/
H A DSystemMallocBrew.h61 #define calloc(n, s) callocBrew(n, s) macro
/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc27 DECLARE_REAL_AND_INTERCEPTOR(void*, calloc, uptr nmemb, uptr size)
34 void* (*calloc)(uptr n_elements, uptr elem_size); member in struct:MallocDebug
40 WRAP(malloc), WRAP(free), WRAP(calloc), WRAP(realloc), WRAP(memalign)
77 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) {
79 // Hack: dlsym calls calloc before REAL(calloc) is retrieved from dlsym.
H A Dasan_malloc_win.cc55 void *calloc(size_t nmemb, size_t size) { function
61 return calloc(n, size);
65 return calloc(nmemb, size);
80 return calloc(n, elem_size);
/external/chromium/base/allocator/
H A Dgeneric_allocators.cc66 void* calloc(size_t n, size_t elem_size) __THROW {
86 return calloc(n, elem_size);
101 return calloc(n, size);
107 #undef calloc macro
130 return calloc(n, size);
/external/srec/portable/include/
H A Dpmemory.h65 #define CALLOC(m, n, tag) calloc(m, n)
66 #define CALLOC_CLR(m, n, tag) calloc(m, n)
86 #define calloc #error macro
111 * Portable calloc()
117 * Portable calloc()
182 * Allocate an array of items, similar to calloc.
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_testlib.cc88 void *calloc(size_t nmemb, size_t size) { function
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.h155 #define calloc(n,sz) VG_(arena_calloc) (VG_AR_CORE, "gdbsrv", n, sz) macro
/external/webkit/Source/JavaScriptCore/wtf/wince/
H A DFastMallocWinCE.h53 #define calloc(n_elements, element_size) fastCalloc(n_elements, element_size) macro
H A DMemoryManager.cpp24 #undef calloc macro
69 return calloc(num, size);
116 void *fastCalloc(size_t n_elements, size_t element_size) { return calloc(n_elements, element_size); }
/external/bison/darwin-lib/
H A Dstdlib.h488 # undef calloc
489 # define calloc rpl_calloc
491 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size));
492 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
494 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size));
496 _GL_CXXALIASWARN (calloc); variable
498 # undef calloc macro
499 /* Assume calloc is always declared. */
500 _GL_WARN_ON_USE (calloc, "calloc i
[all...]
/external/bison/linux-lib/
H A Dstdlib.h488 # undef calloc
489 # define calloc rpl_calloc
491 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size));
492 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
494 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size));
496 _GL_CXXALIASWARN (calloc); variable
498 # undef calloc macro
499 /* Assume calloc is always declared. */
500 _GL_WARN_ON_USE (calloc, "calloc i
[all...]
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.h116 # define calloc vpx_calloc macro
/external/srec/portable/src/
H A Dpmalloc.c35 #undef calloc macro
H A Dpmemfixed.c26 #undef calloc macro
H A Dpmemory.c35 #undef calloc macro
726 If ptr does not match a pointer returned earlier by calloc(), malloc() or realloc() or if the space has previously been deallocated by a call to free() or realloc(), the behaviour is undefined.
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c244 "Warning: silly args (%ld,%ld) to calloc()\n",
336 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) function
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c2234 void* VG_(calloc) ( HChar* cc, SizeT nmemb, SizeT bytes_per_memb ) function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h126 /// void *calloc(size_t count, size_t size);
127 calloc, enumerator in enum:llvm::LibFunc::Func
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c189 a size_t, not counting any clearing in calloc or copying in realloc,
369 True if mmap clears memory so calloc doesn't need to. This is true
615 #define calloc SDL_calloc macro
686 #define dlcalloc calloc
731 calloc(size_t n_elements, size_t element_size);
856 independent_calloc is similar to calloc, but instead of returning a
879 should instead use regular calloc and assign pointers into this
1106 mspace_calloc behaves as calloc, but operates within
5031 * Malloc, calloc, getpagesize: add optimizations from Raymond Nijssen

Completed in 613 milliseconds