Home
last modified time | relevance | path

Searched defs:Calloc (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dfreelist_heap.h42 void* Calloc(size_t num, size_t size) { in Calloc() function
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_memory_malloc.cpp34 void* Calloc(size_t num_members, size_t member_size) { in Calloc() function
H A Dfx_memory_pa.cpp57 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 Dallocator_shim_default_dispatch_to_partition_alloc_unittest.cc113 TEST(PartitionAllocAsMalloc, Calloc) { in TEST() argument
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp789 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 Darena.h212 char* Calloc(const size_t size) { in Calloc() function
/aosp_15_r20/external/libchrome/base/process/
H A Dmemory_unittest.cc191 TEST_F(OutOfMemoryDeathTest, Calloc) { in TEST_F() argument
/aosp_15_r20/external/scudo/standalone/tests/
H A Dwrappers_c_test.cpp189 TEST_F(ScudoWrappersCTest, Calloc) { in TEST_F() argument
/aosp_15_r20/external/cronet/base/process/
H A Dmemory_unittest.cc228 TEST_F(OutOfMemoryDeathTest, Calloc) { in TEST_F() argument
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_system_tests.cpp489 static void Calloc() { in Calloc() function
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_allocator.cc564 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 DSimplifyLibCalls.cpp1222 if (Value *Calloc = emitCalloc(ConstantInt::get(SizeType, 1), in foldMallocMemset() local
1238 if (auto *Calloc = foldMallocMemset(CI, B)) in optimizeMemSet() local
H A DBuildLibCalls.cpp1301 FunctionCallee Calloc = M->getOrInsertFunction( in emitCalloc() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1862 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 DBuildLibCalls.cpp1929 FunctionCallee Calloc = getOrInsertLibFunc(M, TLI, LibFunc_calloc, in emitCalloc() local
/aosp_15_r20/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc351 TEST(MemorySanitizer, Calloc) { in TEST() argument