Searched refs:sharedEnd (Results 1 – 2 of 2) sorted by relevance
269 const struct Segment *sharedEnd; member278 const struct Segment *next = seg < it->sharedEnd ? osSegmentGetNext(seg) : it->sharedEnd; in osSegmentIteratorNext()283 return seg < it->sharedEnd; in osSegmentIteratorNext()
468 it->sharedEnd = (const struct Segment *)(start + sz); in osSegmentIteratorInit()528 if (!storageSeg || storageSeg > it.sharedEnd) in osSegmentGetFree()531 return (uint8_t *)it.sharedEnd - (uint8_t *)storageSeg; in osSegmentGetFree()586 if (!storageSeg || osSegmentSizeGetNext(storageSeg, size) > it.sharedEnd) in osAppSegmentCreate()