/ndk/sources/host-tools/make-3.81/w32/subproc/ |
misc.c | 51 tmp = (char**) calloc(arrcnt + 1, sizeof(char *));
67 ptr = *envblk_out = calloc(size_needed, 1);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
stdlib.in.h | 121 # undef calloc 122 # define calloc rpl_calloc 123 extern void * calloc (size_t nmemb, size_t size); 126 # undef calloc 127 # define calloc(n,s) \ 128 (GL_LINK_WARNING ("calloc is not POSIX compliant everywhere - " \ 129 "use gnulib module calloc-posix for portability"), \ 130 calloc (n, s))
|
/development/ndk/platforms/android-3/include/ |
malloc.h | 31 extern __mallocfunc void* calloc(size_t, size_t);
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
ialloc.c | 32 return calloc((size_t) nelem, (size_t) elsize);
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-for-malloc.h | 10 void *calloc(size_t, size_t);
|
/external/compiler-rt/lib/asan/ |
asan_malloc_win.cc | 57 void *calloc(size_t nmemb, size_t size) { function 63 return calloc(n, size); 67 return calloc(nmemb, size); 82 return calloc(n, elem_size);
|
/external/icu4c/tools/tzcode/ |
ialloc.c | 32 return calloc((size_t) nelem, (size_t) elsize);
|
/external/ipsec-tools/src/racoon/ |
genlist.c | 44 struct genlist *new = calloc(sizeof(struct genlist), 1); 52 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); 61 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); 143 cf = calloc(sizeof(struct conf), 1);
|
/external/libexif/libexif/ |
exif-mem.c | 16 return calloc ((size_t) ds, 1);
|
/external/skia/gm/ |
valgrind.supp | 87 fun:calloc
|
/external/skia/tests/ |
valgrind.supp | 87 fun:calloc
|
/external/skia/tools/ |
valgrind.supp | 87 fun:calloc
|
/external/speex/libspeex/ |
os_support.h | 48 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_free 56 return calloc(size,1); 65 return calloc(size,1); 77 /** Speex wrapper for calloc. To do your own dynamic allocation, all you need to do is replace this function, speex_realloc and speex_alloc */
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glTransformFeedbackVaryings.cpp | 21 _varyings = (const char**)calloc(_count, sizeof(const char*));
|
/hardware/ti/omap4xxx/ |
Android.mk | 13 OMAP4_DEBUG_LDFLAGS:= $(foreach f, $(strip malloc realloc calloc free), -Wl,--wrap=$(f))
|
/ndk/sources/android/support/src/locale/ |
duplocale.c | 40 locale_t copy = calloc(1, sizeof(*loc));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libanl-2.7.so | |
libanl.so | |
libanl.so.1 | |
libdl-2.7.so | |
libdl.so | |
libdl.so.2 | |
libmenu.so | |
libmenu.so.5 | |
libmenu.so.5.6 | |