Searched defs:Malloc (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | numa_test.cc | 30 TEST(Numa, Malloc) { in TEST() argument
|
/external/perfetto/src/profiling/memory/ |
D | wire_protocol.h | 85 Malloc = 1, enumerator
|
/external/tensorflow/tensorflow/core/platform/windows/ |
D | port.cc | 99 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | port.cc | 232 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 1111 Value *Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
|
D | SimplifyLibCalls.cpp | 874 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1495 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 811 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 1986 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/ |
D | GlobalOpt.cpp | 1556 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1539 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2695 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/ |
D | Core.cpp | 3007 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/ |
D | msan_test.cc | 324 TEST(MemorySanitizer, Malloc) { in TEST() argument
|