数据段
在采用段式内存管理的架构中,数据段(data segment)通常是指用来存放进程中已初始化且不为0的全局变量的一块内存区域。数据段属于静态内存分配。
- BSS段
- 代码段
- 内存管理
- 动态内存分配
- 段式管理
单词 | Data segment |
释义 |
Data segment
中文百科
数据段在采用段式内存管理的架构中,数据段(data segment)通常是指用来存放进程中已初始化且不为0的全局变量的一块内存区域。数据段属于静态内存分配。
英语百科
Data segment 数据段![]() In computing, a data segment (often denoted .data) is a portion of an object file or the corresponding virtual address space of a program 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. |
随便看 |
|
英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。