Searched refs:alignof (Results 1 – 6 of 6) sorted by relevance
70 #if defined(__GNUC__) && !defined(alignof)71 #define alignof(type) ((__alignof__(type) > 4) ? 4 : __alignof__(type)) macro
27 #ifndef alignof28 #define alignof(type) offsetof(struct { char x; type field; }, field) macro
49 …struct SlabAllocator *slab = slabAllocatorNew(sizeof(struct EvtRecord), alignof(struct EvtRecord),… in evtQueueAlloc()
239 …mInternalEvents = slabAllocatorNew(sizeof(struct TimerEvent), alignof(struct TimerEvent), MAX_INTE… in timInit()
96 …mInternalEvents = slabAllocatorNew(sizeof(struct SensorsInternalEvent), alignof(struct SensorsInte… in sensorsInit()100 …mCliSensMatrix = slabAllocatorNew(sizeof(struct SensorsClientRequest), alignof(struct SensorsClien… in sensorsInit()
407 …mMiscInternalThingsSlab = slabAllocatorNew(sizeof(union InternalThing), alignof(union InternalThin… in osInit()