Searched defs:TaskAllocCB (Results 1 – 1 of 1) sorted by relevance
27 struct TaskAllocCB { struct28 using Alloc = std::function<T *()>;29 using Free = std::function<void (T *)>;30 using GetUnfreedMem = std::function<std::vector<void *> ()>;31 using LockMem = std::function<void ()>;32 using UnlockMem = std::function<void ()>;