Home
last modified time | relevance | path

Searched defs:Malloc (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dnuma_test.cc30 TEST(Numa, Malloc) { in TEST() argument
/external/perfetto/src/profiling/memory/
Dwire_protocol.h85 Malloc = 1, enumerator
/external/tensorflow/tensorflow/core/platform/windows/
Dport.cc99 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
/external/tensorflow/tensorflow/core/platform/posix/
Dport.cc232 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1111 Value *Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
DSimplifyLibCalls.cpp874 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1495 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp811 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1986 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1556 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1539 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/IR/
DCore.cpp2695 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
2706 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3007 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
3018 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc324 TEST(MemorySanitizer, Malloc) { in TEST() argument