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

12

  /external/compiler-rt/lib/asan/
asan_malloc_win.cc 80 void *calloc(size_t nmemb, size_t size) { function
87 return calloc(nmemb, size);
92 return calloc(nmemb, size);
97 return calloc(nmemb, size);
120 return calloc(n, elem_size);
219 TryToOverrideFunction("calloc", (uptr)calloc);
220 TryToOverrideFunction("_calloc_base", (uptr)calloc);
221 TryToOverrideFunction("_calloc_crt", (uptr)calloc);
  /external/valgrind/coregrind/m_gdbserver/
server.h 166 #define calloc(n,sz) VG_(calloc) ("gdbsrv", n, sz) macro
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 79 #ifdef calloc
80 #undef calloc macro
  /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 334 # define calloc je_calloc macro
  /external/syslinux/com32/gplinclude/zzjson/
zzjson.h 37 void *(*calloc)(size_t nmemb, size_t size); // pa c member in struct:ZZJSON_CONFIG
  /external/wayland/tests/
test-runner.c 92 calloc(size_t nmemb, size_t size) function
352 sys_calloc = dlsym(RTLD_NEXT, "calloc");
  /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
  /bionic/libc/bionic/
malloc_common.cpp 54 Malloc(calloc),
87 extern "C" void* calloc(size_t n_elements, size_t elem_size) { function
88 auto _calloc = __libc_globals->malloc_dispatch.calloc;
92 return Malloc(calloc)(n_elements, elem_size);
278 if (!InitMallocFunction<MallocCalloc>(impl_handler, &table->calloc, prefix, "calloc")) {
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 505 void *calloc(uptr NMemB, uptr Size) { function in struct:__scudo::Allocator
561 return Instance.calloc(NMemB, Size);
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 442 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 ) function
444 if (MC_(record_fishy_value_error)(tid, "calloc", "nmemb", nmemb) ||
445 MC_(record_fishy_value_error)(tid, "calloc", "size", size1)) {
    [all...]
  /external/capstone/include/
capstone.h 120 // User-defined dynamic memory related functions: malloc/calloc/realloc/free/vsnprintf()
121 // By default, Capstone uses system's malloc(), calloc(), realloc(), free() & vsnprintf().
124 cs_calloc_t calloc; member in struct:cs_opt_mem
  /external/harfbuzz_ng/src/
hb-private.hh 66 #define calloc hb_calloc_impl macro
416 new_array = (Type *) calloc (new_allocated, sizeof (Type));
  /external/oj-libjdwp/src/share/back/
util.h 41 #undef calloc macro
42 #define calloc(p) Do not use this interface. macro
  /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/valgrind/coregrind/
m_mallocfree.c 2648 void* VG_(calloc) ( const HChar* cc, SizeT nmemb, SizeT bytes_per_memb ) function
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 545 milliseconds

12