Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c74 struct SlabAllocator *evtSlab; member
87 *evPtr = slabAllocatorAlloc(mTask.evtSlab); in vsyncAllocateEvt()
105 slabAllocatorFree(mTask.evtSlab, ptr); in vsyncFreeEvt()
208 …mTask.evtSlab = slabAllocatorNew(sizeof(struct SingleAxisDataEvent) + sizeof(struct SingleAxisData… in startTask()
209 if (!mTask.evtSlab) { in startTask()
/device/google/contexthub/firmware/os/drivers/bosch_bmp280/
Dbosch_bmp280.c118 struct SlabAllocator *evtSlab; member
230 *evPtr = slabAllocatorAlloc(mTask.evtSlab); in baroAllocateEvt()
248 slabAllocatorFree(mTask.evtSlab, ptr); in baroFreeEvt()
773 …mTask.evtSlab = slabAllocatorNew(sizeof(struct SingleAxisDataEvent) + sizeof(struct SingleAxisData… in startTask()
774 if (!mTask.evtSlab) { in startTask()
786 slabAllocatorDestroy(mTask.evtSlab); in endTask()