Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DIRInterpreter.cpp335 lldb::addr_t Malloc (size_t size, uint8_t byte_alignment) in Malloc() function in InterpreterStackFrame
354 lldb::addr_t Malloc (llvm::Type *type) in Malloc() function in InterpreterStackFrame
DIRMemoryMap.cpp235 IRMemoryMap::Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy,… in Malloc() function in IRMemoryMap
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1536 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/IR/
DCore.cpp2466 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
2477 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc321 TEST(MemorySanitizer, Malloc) { in TEST() argument