HomeSort by relevance Sort by last modified time
    Searched defs:calloc (Results 26 - 42 of 42) sorted by null

12

  /external/bison/darwin-lib/
stdlib.h 488 # 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 is not POSIX compliant everywhere -
    [all...]
  /external/bison/linux-lib/
stdlib.h 488 # 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 is not POSIX compliant everywhere -
    [all...]
  /external/chromium_org/tools/android/heap_profiler/
heap_profiler_hooks_android.c 59 real_calloc = (calloc_t) dlsym(RTLD_NEXT, "calloc");
159 HEAP_PROFILER_EXPORT void* calloc(size_t nmemb, size_t size) { function
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.h 15 # define calloc je_calloc macro
jemalloc_mangle_jet.h 15 # define calloc jet_calloc macro
jemalloc.h 176 # define calloc je_calloc macro
  /external/srec/portable/src/
pmalloc.c 35 #undef calloc macro
pmemfixed.c 26 #undef calloc macro
pmemory.c 35 #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/cmockery/cmockery_0_1_2/src/google/
cmockery.h 241 // Redirect malloc, calloc and free to the unit test allocators.
244 #define calloc test_calloc macro
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 358 "Warning: silly args (%ld,%ld) to calloc()\n",
447 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
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...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h 684 #define calloc(n, s) ptw32_calloc(n, s) macro
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 2379 void* VG_(calloc) ( const HChar* cc, SizeT nmemb, SizeT bytes_per_memb ) function
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 159 /// void *calloc(size_t count, size_t size);
160 calloc, enumerator in enum:llvm::LibFunc::Func
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 189 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);
    [all...]
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 3068 milliseconds

12