Home
last modified time | relevance | path

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

/external/chromium/base/allocator/
Dallocator_unittests.cc356 TEST(Allocators, Malloc) { in TEST() argument
/external/chromium/base/
Dprocess_util_unittest.cc747 TEST_F(OutOfMemoryDeathTest, Malloc) { in TEST_F() argument
/external/llvm/lib/VMCore/
DCore.cpp1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
2008 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1564 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local