我们假设你的只有代码(code)初始数据(initialized data)和未初始化的数据(uninitialized data)。它们要分别被放到'.text','.data','.bss'节中。
基于12个网页-相关网页
This section is for uninitialized data.
此部分为非初始化数据保留。
The section contains uninitialized data.
该区块包含未初始化的数据。
Also, a lot of errors with the native API only appear at run time-for example, a mismatch in address or protocol or uninitialized data members.
另外,基本api有许多只在运行时出现的错误;例如,地址或协议不匹配或未初始化的数据成员。
Now, as an aside, there's another couple of layers at the very top above the stack and above the heap, but below the tech segment and those are called initialized data and uninitialized data.
题外话,在堆和栈的顶端,还有好几层,但是在技术段之下,他们被叫做初始化数据和未初始化数据。
Conceptually, it's put at the top of my chunk of RAM, -- below it, goes initialized and uninitialized data -- - this is a fancy way of saying global variables come next -- and below that, comes what's called the heap.
概念上,它放置在内存块的顶端,在下面,已初始化的和未初始化的数据-,这是一种指明紧随其后的全局变量的设想方式-,在后来,引入了一个叫做堆的东西。
应用推荐