Home
last modified time | relevance | path

Searched defs:TaskAllocCB (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dcb_func.h27 struct TaskAllocCB { struct
28 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 ()>;