Searched refs:kMalloc (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
D | AsyncToLLVM.cpp | 191 static constexpr const char *kMalloc = "malloc"; variable 205 addLLVMFuncDecl(module, builder, kMalloc, i8Ptr, {i64}); in addCRuntimeDeclarations() 335 loc, i8Ptr, builder.getSymbolRefAttr(kMalloc), in setupCoroMachinery()
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_end_to_end_test.cc | 67 enum class AllocatorMode { kMalloc, kCustom }; enumerator 128 case AllocatorMode::kMalloc: in AllocatorName() 137 return AllocatorMode::kMalloc; in AllocatorModeFromNameOrDie() 192 case AllocatorMode::kMalloc: in DoAllocation() 593 case AllocatorMode::kMalloc: in Suffix() 1764 Values(std::make_tuple(TestMode::kCentral, AllocatorMode::kMalloc),
|