Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/platform/
Dnuma_test.cc30 TEST(Numa, Malloc) { in TEST() argument
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Ddata.cpp57 atmi_status_t Runtime::Malloc(void **ptr, size_t size, atmi_mem_place_t place) { in Malloc() function in core::Runtime
/external/perfetto/src/profiling/memory/
Dwire_protocol.h103 Malloc = 1, enumerator
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dchunk.h55 Malloc = 0, 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/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_c_test.cpp40 TEST(ScudoWrappersCTest, Malloc) { in TEST() argument
/external/scudo/standalone/tests/
Dwrappers_c_test.cpp40 TEST(ScudoWrappersCTest, Malloc) { in TEST() argument
/external/tensorflow/tensorflow/core/platform/default/
Dport.cc252 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp360 Function *Malloc = M.getFunction("malloc"); in runOnModule() local
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp367 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc() function in InterpreterStackFrame
380 lldb::addr_t Malloc(llvm::Type *type) { in Malloc() function in InterpreterStackFrame
DIRMemoryMap.cpp288 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
/external/libchrome/base/process/
Dmemory_unittest.cc177 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
/external/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1439 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
DSimplifyLibCalls.cpp1181 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
/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/llvm-project/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1574 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() 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

12