/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_allocator.h | 57 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
|
D | opencl_allocator.cc | 168 void *OpenCLAllocator::Malloc(size_t weight, size_t height, DataType type) { in Malloc() function in mindspore::lite::opencl::OpenCLAllocator
|
/third_party/mindspore/include/api/ |
D | allocator.h | 40 virtual void *Malloc(size_t weight, size_t height, DataType type) { in Malloc() function
|
/third_party/mindspore/mindspore/lite/src/train/ |
D | opt_allocator.cc | 58 size_t OptAllocator::Malloc(size_t size) { in Malloc() function in mindspore::OptAllocator
|
D | static_allocator.h | 31 void *Malloc(size_t size) override { in Malloc() function
|
/third_party/mindspore/mindspore/lite/micro/coder/allocator/ |
D | allocator.h | 67 void *Malloc(TypeId type_id, size_t size, MallocType type) { in Malloc() function
|
/third_party/mindspore/mindspore/lite/src/runtime/ |
D | inner_allocator.cc | 53 void *DefaultAllocator::Malloc(size_t size) { in Malloc() function in mindspore::DefaultAllocator
|
/third_party/node/src/ |
D | util-inl.h | 375 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/ |
D | test_util.cc | 107 TEST(UtilTest, Malloc) { in TEST() argument
|
/third_party/skia/modules/canvaskit/ |
D | memory.js | 26 CanvasKit.Malloc = function(typedArray, len) { class in CanvasKit
|
D | externs.js | 59 Malloc: function() {}, method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 1280 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
|
D | SimplifyLibCalls.cpp | 1199 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/ |
D | GlobalOpt.cpp | 1558 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 167 Malloc(typedArray: TypedArrayConstructor, len: number): MallocObj; method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3425 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/ |
D | D3D12MemAlloc.cpp | 114 static void* Malloc(const ALLOCATION_CALLBACKS& allocs, size_t size, size_t alignment) in Malloc() function
|