HomeSort by relevance Sort by last modified time
    Searched full:calloc (Results 801 - 825 of 2241) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libxcb.so.1 
libxcb.so.1.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 71 /* Memory-allocation function, with the same functionality as calloc().
system.h 472 extern void *calloc (size_t, size_t);
750 #define really_call_calloc calloc
767 #undef calloc macro
769 #pragma GCC poison calloc strdup
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
crtdbg.h 143 #define _calloc_dbg(c,s,t,f,l) calloc(c,s)
malloc.h 76 void *__cdecl calloc(size_t _NumOfElements,size_t _SizeOfElements);
wspiapi.h 31 #define WspiapiMalloc(tSize) calloc(1,(tSize))
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymem.h 23 calloc/free. For example, on Windows different DLLs may end up using
  /prebuilts/gdb/linux-x86/include/python2.7/
pymem.h 23 calloc/free. For example, on Windows different DLLs may end up using
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cstdlib.h 72 using _STLP_VENDOR_CSTD::calloc;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymem.h 23 calloc/free. For example, on Windows different DLLs may end up using
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymem.h 23 calloc/free. For example, on Windows different DLLs may end up using
  /system/core/adb/
adb_auth_client.cpp 71 calloc(1, sizeof(adb_public_key) + 4));
adb_listeners.cpp 221 calloc(1, sizeof(alistener)));
  /system/core/debuggerd/
getevent.cpp 170 ufds = reinterpret_cast<pollfd*>(calloc(1, sizeof(ufds[0])));
  /system/core/init/
ueventd_parser.cpp 111 s = (ueventd_subsystem*) calloc(1, sizeof(*s));
  /system/core/libcutils/
android_reboot.c 83 mntent_list* item = (mntent_list*)calloc(1, sizeof(mntent_list));
config_utils.c 30 node = calloc(sizeof(cnode), 1);
  /system/core/logd/
LogBufferElement.cpp 172 buffer = static_cast<char *>(calloc(1, hdrLen + len + 1));
  /system/core/toolbox/
ioctl.c 136 ioctl_args = calloc(1, length);
  /system/extras/boot_control_copy/
bootinfo.c 99 path = calloc(trimmed_len + name_len + 1, 1);
  /system/extras/f2fs_utils/
f2fs_ioutils.c 121 struct buf_item *bi = calloc(1, sizeof(struct buf_item));
  /toolchain/binutils/binutils-2.25/include/
hashtab.h 71 /* Memory-allocation function, with the same functionality as calloc().
  /toolchain/binutils/binutils-2.25/libiberty/
configure.ac 338 funcs="$funcs calloc"
400 calloc canonicalize_file_name clock \
521 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
680 AC_CHECK_DECLS([calloc, getenv, getopt, malloc, realloc, sbrk])
  /external/antlr/antlr-3.4/runtime/C/
ChangeLog 111 Don't use CALLOC to allocate tree pools, use malloc as there is no need
112 for calloc.
307 2) SCope structure are now allocated with malloc and not calloc;
321 Use malloc rather than calloc to allocate memory for new scopes. Note
327 Use malloc rather than calloc for copying list lable tokens for

Completed in 655 milliseconds

<<31323334353637383940>>