Searched defs:alloc_fn (Results 1 – 2 of 2) sorted by relevance
46 std::function<MallocFuncType> alloc_fn, in CUDAPluggableAllocator()378 std::function<MallocFuncType> alloc_fn, in createCustomAllocator()
25 typedef void* (*alloc_fn)(size_t size); typedef