/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | memory_buffer.hpp | 25 Malloc , // If the buffer is heap allocated. enumerator 29 Malloc = 0, enumerator
|
H A D | inmemory_filesystem.hpp | 36 Malloc = 1, // Copy file contents into memory. enumerator
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | malloc_common.h | 54 #define Malloc(function) __sanitizer_ ## function macro
|
/aosp_15_r20/external/llvm-libc/test/src/__support/ |
H A D | freelist_malloc_test.cpp | 21 TEST(LlvmLibcFreeListMalloc, Malloc) { in TEST() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/msan/ |
D | msan.go | 22 func Malloc(addr unsafe.Pointer, sz uintptr) func
|
D | nomsan.go | 21 func Malloc(addr unsafe.Pointer, sz uintptr) { func
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | numa_test.cc | 30 TEST(Numa, Malloc) { in TEST() argument
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | wire_protocol.h | 89 Malloc = 1, enumerator
|
/aosp_15_r20/external/scudo/standalone/ |
H A D | chunk.h | 56 Malloc = 0, enumerator
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | memory.js | 26 CanvasKit.Malloc = function(typedArray, len) { class in CanvasKit
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/ |
H A D | port.cc | 121 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | port.cc | 278 void* Malloc(size_t size) { return malloc(size); } in Malloc() function
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | memory_unittest.cc | 177 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1824 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 D | wrappers_c_test.cpp | 156 TEST_F(ScudoWrappersCDeathTest, Malloc) { in TEST_F() argument
|
/aosp_15_r20/external/armnn/include/armnn/ |
H A D | Types.hpp | 244 Malloc = 1, enumerator
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | memory_unittest.cc | 208 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
|
/aosp_15_r20/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_system_tests.cpp | 504 static void Malloc() { in Malloc() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 63 Malloc, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1280 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 D | BuildLibCalls.cpp | 1909 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, in emitMalloc() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 811 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
|
/aosp_15_r20/external/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1495 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 1558 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 2695 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local 2706 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
|