/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cc | 68 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 D | libc_calloc.c | 1 #define calloc __libc_calloc macro
|
H A D | calloc.c | 33 void *calloc(size_t m, size_t n) in calloc() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/calloc/ |
D | batchcounteralloc.go | 5 package calloc package
|
/aosp_15_r20/external/musl/src/locale/ |
H A D | freelocale.c | 5 #define calloc undef macro
|
H A D | duplocale.c | 7 #define calloc undef macro
|
H A D | newlocale.c | 8 #define calloc undef macro
|
H A D | locale_map.c | 11 #define calloc undef macro
|
/aosp_15_r20/external/compiler-rt/test/esan/TestCases/ |
H A D | workingset-early-fault.c | 15 void *calloc(size_t size, size_t n) { in calloc() function
|
/aosp_15_r20/external/flashrom/tests/ |
H A D | unittest_env.h | 47 #define calloc(num, size) _test_calloc(num, size, __FILE__, __LINE__) macro
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | implicit-builtin-decl.c | 17 int calloc = 1; in g() local
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | malloc.c | 63 void *calloc(size_t nitems, size_t size) in calloc() function
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/ |
H A D | stdlib.h | 71 #define calloc(n, s) ({ \ macro
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/test/ |
D | malloc.cc | 123 void *calloc(size_t num_elems, size_t size) { in calloc() function
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/test/ |
D | malloc.cc | 123 void *calloc(size_t num_elems, size_t size) { in calloc() function
|
/aosp_15_r20/external/jemalloc_new/include/jemalloc/ |
H A D | jemalloc_mangle_jet.h | 13 # define calloc jet_calloc macro
|
H A D | jemalloc_mangle.h | 13 # define calloc je_calloc macro
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/0/external/libchrome/base/allocator/ |
D | allocator_shim_override_libc_symbols.h | 34 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
|
/aosp_15_r20/external/libchrome/base/allocator/ |
H A D | allocator_shim_override_libc_symbols.h | 31 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/ |
D | allocator_shim_override_libc_symbols.h | 34 SHIM_ALWAYS_EXPORT void* calloc(size_t n, size_t size) __THROW { in calloc() function
|
/aosp_15_r20/external/musl/src/thread/ |
H A D | pthread_atfork.c | 7 #define calloc undef macro
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | pymem.h | 55 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/ |
D | pymem.h | 55 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/ |
D | pymem.h | 55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | pymem.h | 55 void* (*calloc) (void *ctx, size_t nelem, size_t elsize); member
|