Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dnuma_test.cc30 TEST(Numa, Malloc) { in TEST() argument
/external/armnn/include/armnn/
DMemorySources.hpp16 Malloc = 1, enumerator
/external/perfetto/src/profiling/memory/
Dwire_protocol.h104 Malloc = 1, enumerator
/external/scudo/standalone/
Dchunk.h55 Malloc = 0, enumerator
/external/skia/modules/canvaskit/
Dmemory.js26 CanvasKit.Malloc = function(typedArray, len) { class in CanvasKit
Dexterns.js59 Malloc: function() {}, method
/external/tensorflow/tensorflow/core/platform/windows/
Dport.cc119 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
/external/tensorflow/tensorflow/core/platform/default/
Dport.cc252 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
/external/scudo/standalone/tests/
Dwrappers_c_test.cpp45 TEST(ScudoWrappersCDeathTest, Malloc) { in TEST() argument
/external/libchrome/base/process/
Dmemory_unittest.cc177 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1280 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
DSimplifyLibCalls.cpp1199 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-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1558 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/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts167 Malloc(typedArray: TypedArrayConstructor, len: number): MallocObj; method
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3425 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
3436 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