Searched refs:slab (Results 1 – 2 of 2) sorted by relevance
49 …struct SlabAllocator *slab = slabAllocatorNew(sizeof(struct EvtRecord), alignof(struct EvtRecord),… in evtQueueAlloc() local51 if (q && slab) { in evtQueueAlloc()53 q->evtsSlab = slab; in evtQueueAlloc()61 if (slab) in evtQueueAlloc()62 slabAllocatorDestroy(slab); in evtQueueAlloc()
70 SRCS_os += src/printf.c src/timer.c src/seos.c src/heap.c src/slab.c src/spi.c src/trylock.c