Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
H A Dmemory_buffer.hpp25 Malloc , // If the buffer is heap allocated. enumerator
29 Malloc = 0, enumerator
H A Dinmemory_filesystem.hpp36 Malloc = 1, // Copy file contents into memory. enumerator
/aosp_15_r20/bionic/libc/bionic/
H A Dmalloc_common.h54 #define Malloc(function) __sanitizer_ ## function macro
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dfreelist_malloc_test.cpp21 TEST(LlvmLibcFreeListMalloc, Malloc) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/msan/
Dmsan.go22 func Malloc(addr unsafe.Pointer, sz uintptr) func
Dnomsan.go21 func Malloc(addr unsafe.Pointer, sz uintptr) { func
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dnuma_test.cc30 TEST(Numa, Malloc) { in TEST() argument
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dwire_protocol.h89 Malloc = 1, enumerator
/aosp_15_r20/external/scudo/standalone/
H A Dchunk.h56 Malloc = 0, enumerator
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dmemory.js26 CanvasKit.Malloc = function(typedArray, len) { class in CanvasKit
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dport.cc121 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dport.cc278 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
/aosp_15_r20/external/libchrome/base/process/
H A Dmemory_unittest.cc177 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1824 auto *Malloc = const_cast<CallInst *>(dyn_cast<CallInst>(DefUO)); in tryFoldIntoCalloc() local
1835 auto shouldCreateCalloc = [](CallInst *Malloc, CallInst *Memset) { in tryFoldIntoCalloc()
/aosp_15_r20/external/scudo/standalone/tests/
H A Dwrappers_c_test.cpp156 TEST_F(ScudoWrappersCDeathTest, Malloc) { in TEST_F() argument
/aosp_15_r20/external/armnn/include/armnn/
H A DTypes.hpp244 Malloc = 1, enumerator
/aosp_15_r20/external/cronet/base/process/
H A Dmemory_unittest.cc208 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_system_tests.cpp504 static void Malloc() { in Malloc() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp63 Malloc, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1280 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1909 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, in emitMalloc() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp811 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1495 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1558 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
/aosp_15_r20/external/llvm/lib/IR/
H A DCore.cpp2695 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
2706 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local

12