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

12

  /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 94 # define je_calloc calloc
359 # define calloc je_calloc macro
  /external/jemalloc_new/include/jemalloc/
jemalloc_mangle.h 13 # define calloc je_calloc macro
jemalloc_mangle_jet.h 13 # define calloc jet_calloc macro
jemalloc.h 344 # define calloc je_calloc macro
  /external/u-boot/include/
malloc.h 48 calloc(size_t unit, size_t quantity);
162 memcpy called in realloc and calloc (otherwise macro versions are used).
342 and want to use them in calloc and realloc. Otherwise simple
853 #define cALLOc __libc_calloc
863 #pragma weak calloc = __libc_calloc
881 void *calloc(size_t nmemb, size_t size);
887 # define cALLOc dlcalloc
862 #pragma weak calloc macro
    [all...]
  /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
  /external/harfbuzz_ng/src/
hb.hh 107 #define calloc hb_calloc_impl macro
  /external/jemalloc_new/src/
zone.c 19 void *(*calloc)(struct _malloc_zone_t *, size_t, size_t); member in struct:_malloc_zone_t
335 jemalloc_zone.calloc = zone_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/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/oj-libjdwp/src/share/back/
util.h 41 #undef calloc macro
42 #define calloc(p) Do not use this interface. macro

Completed in 1920 milliseconds

12