The heap does not have size restrictions Variables created on the heap accessible by any function anywhere No guaranteed efficient blocks of memory are allocated then freedAutomatic techniques garbag
堆没有大小限制 在堆上创建的变量:可以被任何函数在任何地方访问 没有保证的高效性:分配一块内存,然后释放 自动技术(“垃圾回收”)需要停止和重新组织内存,对实时程序造成问题
原文地址: https://www.cveoy.top/t/topic/fGwr 著作权归作者所有。请勿转载和采集!