Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/
Dopencl_allocator.h57 void *Malloc(size_t size, MemType type) { return _Malloc(type, nullptr, size); } in Malloc() function
60 void *Malloc(size_t size) override { return _Malloc(MemType::SHARED, nullptr, size); } in Malloc() function
63 void *Malloc(size_t size, void *data) { return _Malloc(MemType::BUF, data, size); } in Malloc() function
Dopencl_allocator.cc168 void *OpenCLAllocator::Malloc(size_t weight, size_t height, DataType type) { in Malloc() function in mindspore::lite::opencl::OpenCLAllocator
/third_party/mindspore/include/api/
Dallocator.h40 virtual void *Malloc(size_t weight, size_t height, DataType type) { in Malloc() function
/third_party/mindspore/mindspore/lite/src/train/
Dopt_allocator.cc58 size_t OptAllocator::Malloc(size_t size) { in Malloc() function in mindspore::OptAllocator
Dstatic_allocator.h31 void *Malloc(size_t size) override { in Malloc() function
/third_party/mindspore/mindspore/lite/micro/coder/allocator/
Dallocator.h67 void *Malloc(TypeId type_id, size_t size, MallocType type) { in Malloc() function
/third_party/mindspore/mindspore/lite/src/runtime/
Dinner_allocator.cc53 void *DefaultAllocator::Malloc(size_t size) { in Malloc() function in mindspore::DefaultAllocator
/third_party/node/src/
Dutil-inl.h375 inline T* Malloc(size_t n) { in Malloc() function
389 inline char* Malloc(size_t n) { return Malloc<char>(n); } in Malloc() function
/third_party/node/test/cctest/
Dtest_util.cc107 TEST(UtilTest, Malloc) { in TEST() argument
/third_party/skia/modules/canvaskit/
Dmemory.js26 CanvasKit.Malloc = function(typedArray, len) { class in CanvasKit
Dexterns.js59 Malloc: function() {}, method
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1558 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts167 Malloc(typedArray: TypedArrayConstructor, len: number): MallocObj; method
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp114 static void* Malloc(const ALLOCATION_CALLBACKS& allocs, size_t size, size_t alignment) in Malloc() function