Searched refs:mMiscInternalThingsSlab (Results 1 – 1 of 1) sorted by relevance
57 static struct SlabAllocator* mMiscInternalThingsSlab; variable372 slabAllocatorFree(mMiscInternalThingsSlab, event); in osPrivateEvtFreeF()443 …mMiscInternalThingsSlab = 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()