Searched defs:Malloc (Results 1 – 7 of 7) sorted by relevance
/external/lldb/source/Expression/ |
D | IRInterpreter.cpp | 335 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
|
D | IRMemoryMap.cpp | 235 IRMemoryMap::Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy,… in Malloc() function in IRMemoryMap
|
/external/chromium_org/base/process/ |
D | memory_unittest.cc | 226 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
|
/external/chromium_org/base/allocator/ |
D | allocator_unittest.cc | 365 TEST(Allocators, Malloc) { in TEST() argument
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 1542 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2262 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local 2273 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 274 TEST(MemorySanitizer, Malloc) { in TEST() argument
|