Segment
represents a segment within a buffer. It is used to allow a buffer to be split in to several logical parts without the need to create several separate buffers. This means that the buffer can be represented in a single memory space, as both a single large buffer and as several individual buffers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|