Home
last modified time | relevance | path

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

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