Searched refs:Slab_Alloc (Results 1 – 5 of 5) sorted by relevance
62 void *Slab_Alloc(Slab *slab) __attribute__((malloc));71 return (_type *)Slab_Alloc(_pool); \
98 Thread *thr = (Thread *)Slab_Alloc(&threadSlab); in Thread_Create()151 Thread *thr = (Thread *)Slab_Alloc(&threadSlab); in Thread_UThreadCreate()
105 Slab_Alloc(Slab *slab) in Slab_Alloc() function
52 Process *proc = (Process *)Slab_Alloc(&processSlab); in Process_Create()
158 return Slab_Alloc(&rxPool); in RXPOOL_Alloc()