HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 101 - 125 of 2121) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/f2fs-tools/mkfs/
f2fs_format.c 367 zero_buf = calloc(sizeof(u_int8_t), seg_size);
369 MSG(1, "\tError: Calloc Failed for sit_zero_buf!!!\n");
403 nat_buf = calloc(sizeof(u_int8_t), seg_size);
405 MSG(1, "\tError: Calloc Failed for nat_zero_blk!!!\n");
438 ckp = calloc(F2FS_BLKSIZE, 1);
440 MSG(1, "\tError: Calloc Failed for f2fs_checkpoint!!!\n");
444 sum = calloc(F2FS_BLKSIZE, 1);
446 MSG(1, "\tError: Calloc Failed for summay_node!!!\n");
450 cp_payload = calloc(F2FS_BLKSIZE, 1);
452 MSG(1, "\tError: Calloc Failed for cp_payload!!!\n")
    [all...]
  /development/ndk/platforms/android-3/include/
malloc.h 31 extern __mallocfunc void* calloc(size_t, size_t);
  /external/chromium_org/mojo/public/c/test_support/
test_support.h 33 // char** rv = (char**) calloc(N + 1, sizeof(char*));
  /external/chromium_org/mojo/public/tests/
test_support_private.cc 39 char** rv = static_cast<char**>(calloc(1, sizeof(char*)));
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_thread.cpp 62 data = reinterpret_cast<ThreadData*>(calloc(sizeof(*data), 1));
  /external/chromium_org/third_party/icu/source/tools/tzcode/
ialloc.c 32 return calloc((size_t) nelem, (size_t) elsize);
  /external/chromium_org/third_party/skia/src/ports/
SkMemory_malloc.cpp 63 return calloc(size, 1);
  /external/chromium_org/third_party/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 */
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-malloc.h 10 void *calloc(size_t, size_t);
  /external/cmockery/cmockery_0_1_2/src/example/
allocate_module.c 25 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 62 void *calloc(size_t nmemb, size_t size) { function
69 return calloc(n, size);
74 return calloc(nmemb, size);
92 return calloc(n, elem_size);
  /external/icu/icu4c/source/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/jemalloc/include/jemalloc/
jemalloc_mangle.h 15 # define calloc je_calloc macro
jemalloc_mangle_jet.h 15 # define calloc jet_calloc macro
  /external/libexif/libexif/
exif-mem.c 16 return calloc ((size_t) ds, 1);
  /external/qemu/distrib/ext4_utils/src/
extent.c 32 u8 *data = calloc(backing_len, 1);
34 critical_error_errno("calloc");
123 u8 *data = calloc(info.block_size, 1);
125 critical_error_errno("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 */
  /external/valgrind/main/memcheck/tests/
undef_malloc_args.stderr.exp 18 at 0x........: calloc (vg_replace_malloc.c:...)
  /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/crazy_linker/src/
crazy_linker_thread.cpp 62 data = reinterpret_cast<ThreadData*>(calloc(sizeof(*data), 1));
  /ndk/sources/android/support/src/locale/
duplocale.c 40 locale_t copy = calloc(1, sizeof(*loc));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/alsa-lib/smixer/
smixer-ac97.so 
smixer-hda.so 

Completed in 600 milliseconds

1 2 3 45 6 7 8 91011>>