heap segment信息详情
堆段
heap───n.堆;许多;累积;n.(Heap)人名;(芬)海亚普;(东南亚国家华语)协;(英)希普;vi.堆起来;vt.堆;堆积
segment───v.分割;(细胞)分裂;n.段,部分;(水果或花的)瓣,(动物的)节;弓形;音段;(广播或节目的)时间段
line segment───n.线段;n.[数]线段
heap application───堆应用程序
alternate segment───交错弓形
hairy heap───毛茸茸的
segment routing───分段布线
garbage heap───垃圾堆
segment fault───段故障,线段故障;[计]段故障
Figure 3 represents the struct mystruct and its members in the heap segment after the overflow.───图3表示溢出后的堆分段中的struct mystruct及其成员。
Figure 1 represents the struct mystruct and its members in the heap segment.───图1表示堆分段中的struct mystruct及其成员。
These three keywords are to the stack segment just as "malloc" and "dealloc" are to the heap segment . . . unnecessary.───这三个关键字之于栈,就像是“malloc”和“dealloc”之于堆……多余。
The garbage collector currently uses three generations, numbered 0, 1, and 2, plus a special heap segment that is used for large objects.───记忆体回收行程目前使用三个层代:编号0、1和2,加上用于大型物件的特殊堆积区段。
These three keywords are to the stack segment just as "malloc" and "dealloc" are to the heap segment ... unnecessary.