Searched refs:mDataSlab (Results 1 – 3 of 3) sorted by relevance
179 static struct SlabAllocator *mDataSlab; variable183 slabAllocatorFree(mDataSlab, ptr); in dataEvtFree()283 mSensor->ev = slabAllocatorAlloc(mDataSlab); in allocateDataEvt()865 mDataSlab = slabAllocatorNew(slabSize, 4, 6 * (NUM_COMMS_EVENTS_IN_FIFO + 1)); in fusionStart()866 if (!mDataSlab) { in fusionStart()880 slabAllocatorDestroy(mDataSlab); in fusionEnd()
668 struct SlabAllocator *mDataSlab; member823 slabAllocatorFree(T(mDataSlab), ev);2377 mSensor->data_evt = slabAllocatorAlloc(T(mDataSlab));3242 T(mDataSlab) = slabAllocatorNew(slabSize, 4, 20);3243 if (!T(mDataSlab)) {3264 slabAllocatorDestroy(T(mDataSlab));
579 struct SlabAllocator *mDataSlab; member825 slabAllocatorFree(T(mDataSlab), ev);1190 mSensor->data_evt = slabAllocatorAlloc(T(mDataSlab));3954 T(mDataSlab) = slabAllocatorNew(slabSize, 4, 20);3955 if (!T(mDataSlab)) {3990 slabAllocatorDestroy(T(mDataSlab));