This page is experimental and may change significantly in future releases.
Image Data Segment
Properties
- name
- Image Data Segment
- definition
- An image data segment (often denoted .data) is a portion of an object file that contains initialized static variables, that is, global variables and static local variables. The size of this segment is determined by the size of the values in the program's source code, and does not change at run time. This segmenting of the memory space into discrete blocks with specific tasks carried over into the programming languages of the day and the concept is still widely in use within modern programming languages.
- see also
- d3f:ProcessDataSegment
- see also
- http://dbpedia.org/resource/Data_segment
Neighbors