Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
Dseos.c57 static struct SlabAllocator* mMiscInternalThingsSlab; variable
372 slabAllocatorFree(mMiscInternalThingsSlab, event); in osPrivateEvtFreeF()
443mMiscInternalThingsSlab = slabAllocatorNew(sizeof(union SeosInternalSlabData), alignof(union SeosI… in osInit()
444 if (!mMiscInternalThingsSlab) { in osInit()
1163 osApiExport(mMiscInternalThingsSlab); in osMainInit()
1227 slabAllocatorFree(mMiscInternalThingsSlab, event); in osDeferredActionFreeF()
1242 act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEventsSubscribeUnsubscribeV()
1350 union SeosInternalSlabData *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osDefer()
1360 slabAllocatorFree(mMiscInternalThingsSlab, act); in osDefer()
1366 union SeosInternalSlabData *act = slabAllocatorAlloc(mMiscInternalThingsSlab); in osEnqueuePrivateEvtEx()