Home
last modified time | relevance | path

Searched refs:AllocFunType (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DMemRefUtils.h37 using AllocFunType = llvm::function_ref<void *(size_t)>; variable
103 allocAligned(size_t nElements, AllocFunType allocFun = &::malloc,
150 AllocFunType allocFun = &::malloc,