Searched defs:Malloc (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/base/platform/ |
D | wrappers.h | 27 inline void* Malloc(size_t size) { return malloc(size); } in Malloc() function
|
/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/node/test/cctest/ |
D | test_util.cc | 108 TEST(UtilTest, Malloc) { in TEST() argument
|
/third_party/node/src/ |
D | util-inl.h | 381 inline T* Malloc(size_t n) { in Malloc() function 395 inline char* Malloc(size_t n) { return Malloc<char>(n); } in Malloc() function
|
/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
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 56423 static void* Malloc(size_t aSize) { return malloc(aSize); } in Malloc() function 56438 static void* Malloc(size_t aSize) { return moz_xmalloc(aSize); } in Malloc() function 62124 Malloc, enumerator
|