Home
last modified time | relevance | path

Searched defs:calloc (Results 1 – 25 of 152) sorted by relevance

1234567

/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc68 INTERCEPTOR(void*, calloc, uptr nmemb, uptr size) { in INTERCEPTOR() argument
156 void *(*calloc)(uptr n_elements, uptr elem_size); member
163 void *(*calloc)(uptr n_elements, uptr elem_size); member
/aosp_15_r20/external/musl/src/malloc/
H A Dlibc_calloc.c1 #define calloc __libc_calloc macro
H A Dcalloc.c33 void *calloc(size_t m, size_t n) in calloc() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/calloc/
Dbatchcounteralloc.go5 package calloc package
/aosp_15_r20/external/musl/src/locale/
H A Dfreelocale.c5 #define calloc undef macro
H A Dduplocale.c7 #define calloc undef macro
H A Dnewlocale.c8 #define calloc undef macro
H A Dlocale_map.c11 #define calloc undef macro
/aosp_15_r20/external/compiler-rt/test/esan/TestCases/
H A Dworkingset-early-fault.c15 void *calloc(size_t size, size_t n) { in calloc() function
/aosp_15_r20/external/flashrom/tests/
H A Dunittest_env.h47 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
/aosp_15_r20/external/clang/test/Sema/
H A Dimplicit-builtin-decl.c17 int calloc = 1; in g() local
/aosp_15_r20/external/coreboot/src/lib/
H A Dmalloc.c63 void *calloc(size_t nitems, size_t size) in calloc() function
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dstdlib.h71 #define calloc(n, s) ({ \ macro
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc123 void *calloc(size_t num_elems, size_t size) { in calloc() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dmalloc.cc123 void *calloc(size_t num_elems, size_t size) { in calloc() function
/aosp_15_r20/external/jemalloc_new/include/jemalloc/
H A Djemalloc_mangle_jet.h13 # define calloc jet_calloc macro
H A Djemalloc_mangle.h13 # define calloc je_calloc macro
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h34 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
/aosp_15_r20/external/libchrome/base/allocator/
H A Dallocator_shim_override_libc_symbols.h31 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/allocator/
Dallocator_shim_override_libc_symbols.h34 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_atfork.c7 #define calloc undef macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpymem.h55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpymem.h55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpymem.h55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpymem.h55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member

1234567