Home
last modified time | relevance | path

Searched defs:Malloc (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/base/platform/
H A Dwrappers.h27 inline void* Malloc(size_t size) { return malloc(size); } in Malloc() function
/third_party/skia/modules/canvaskit/
H A Dmemory.js[all...]
H A Dexterns.js
/third_party/node/src/
H A Dutil-inl.h381 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/
H A DBuildLibCalls.cpp1280 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp114 static void* Malloc(const ALLOCATION_CALLBACKS& allocs, size_t size, size_t alignment) in Malloc() function

Completed in 11 milliseconds