/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/ |
H A D | freelist_heap.h | 42 void* Calloc(size_t num, size_t size) { in Calloc() function
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | fx_memory_malloc.cpp | 34 void* Calloc(size_t num_members, size_t member_size) { in Calloc() function
|
H A D | fx_memory_pa.cpp | 57 void* Calloc(size_t num_members, size_t member_size) { in Calloc() function
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/ |
H A D | allocator_shim_default_dispatch_to_partition_alloc_unittest.cc | 113 TEST(PartitionAllocAsMalloc, Calloc) { in TEST() argument
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 789 Value *Calloc = M->getOrInsertFunction("calloc", Attrs, B.getInt8PtrTy(), in emitCalloc() local 831 Value *Calloc = emitCalloc(ConstantInt::get(SizeType, 1), in foldMallocMemset() local 844 if (auto *Calloc = foldMallocMemset(CI, B, *TLI)) in optimizeMemSet() local
|
/aosp_15_r20/external/libtextclassifier/native/utils/base/ |
H A D | arena.h | 212 char* Calloc(const size_t size) { in Calloc() function
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | memory_unittest.cc | 191 TEST_F(OutOfMemoryDeathTest, Calloc) { in TEST_F() argument
|
/aosp_15_r20/external/scudo/standalone/tests/ |
H A D | wrappers_c_test.cpp | 189 TEST_F(ScudoWrappersCTest, Calloc) { in TEST_F() argument
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | memory_unittest.cc | 228 TEST_F(OutOfMemoryDeathTest, Calloc) { in TEST_F() argument
|
/aosp_15_r20/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 489 static void Calloc() { in Calloc() function
|
/aosp_15_r20/external/compiler-rt/lib/asan/ |
H A D | asan_allocator.cc | 564 void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) { in Calloc() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 1222 if (Value *Calloc = emitCalloc(ConstantInt::get(SizeType, 1), in foldMallocMemset() local 1238 if (auto *Calloc = foldMallocMemset(CI, B)) in optimizeMemSet() local
|
H A D | BuildLibCalls.cpp | 1301 FunctionCallee Calloc = M->getOrInsertFunction( in emitCalloc() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1862 auto *Calloc = emitCalloc(ConstantInt::get(SizeTTy, 1), in tryFoldIntoCalloc() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1929 FunctionCallee Calloc = getOrInsertLibFunc(M, TLI, LibFunc_calloc, in emitCalloc() local
|
/aosp_15_r20/external/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cc | 351 TEST(MemorySanitizer, Calloc) { in TEST() argument
|