scx_allocator
scx_alloc_init(struct scx_allocator *alloc, __u64 data_size)
int scx_alloc_free_idx(struct scx_allocator *alloc, __u64 idx)
void __arena *scx_alloc(struct scx_allocator *alloc)
static struct scx_allocator scx_task_allocator;
int scx_alloc_init(struct scx_allocator *alloc, __u64 data_size);
u64 scx_alloc_internal(struct scx_allocator *alloc);
int scx_alloc_free_idx(struct scx_allocator *alloc, __u64 idx);