Home
last modified time | relevance | path

Searched refs:slab (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/firmware/src/
DeventQ.c49 …struct SlabAllocator *slab = slabAllocatorNew(sizeof(struct EvtRecord), alignof(struct EvtRecord),… in evtQueueAlloc() local
51 if (q && slab) { in evtQueueAlloc()
53 q->evtsSlab = slab; in evtQueueAlloc()
61 if (slab) in evtQueueAlloc()
62 slabAllocatorDestroy(slab); in evtQueueAlloc()
/device/google/contexthub/firmware/
DMakefile70 SRCS_os += src/printf.c src/timer.c src/seos.c src/heap.c src/slab.c src/spi.c src/trylock.c