Searched refs:slabAllocatorAlloc (Results 1 – 10 of 10) sorted by relevance
30 void* slabAllocatorAlloc(struct SlabAllocator *allocator);
225 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncPower()266 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncSetRate()304 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncCfgData()325 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncMarshall()356 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorCallFuncSendOneDirectEvt()556 …struct SensorsInternalEvent *evt = (struct SensorsInternalEvent*)slabAllocatorAlloc(mInternalEvent… in sensorSignalInternalEvt()589 struct SensorsClientRequest *req = slabAllocatorAlloc(mCliSensMatrix); in sensorAddRequestor()
57 void* slabAllocatorAlloc(struct SlabAllocator *allocator) in slabAllocatorAlloc() function
90 rec = slabAllocatorAlloc(q->evtsSlab); in evtQueueEnqueue()
81 if ((evt = slabAllocatorAlloc(mInternalEvents)) != 0) { in timCallFunc()
247 *retValP = (uintptr_t)slabAllocatorAlloc(allocator); in osExpApiSlabAlloc()260 union OsApiSlabItem *thing = slabAllocatorAlloc(mSlabAllocator); in osExpApiI2cCbkInfoAlloc()
1096 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEventSubscribeUnsubscribe()1164 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osDefer()1180 union InternalThing *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEnqueuePrivateEvtEx()
895 packet = slabAllocatorAlloc(mEventSlab); in writeEvent()913 packet = slabAllocatorAlloc(mEventSlab); in writeEvent()
268 mSensor->ev = slabAllocatorAlloc(mDataSlab); in allocateDataEvt()
1726 mSensor->data_evt = slabAllocatorAlloc(T(mDataSlab)); in allocateDataEvt()