摘要: public class testGC : MonoBehaviour { class XDict { public void TryGetValue(K key, V value) { if(key == null) //产生 GC-ALLOC,因为实参为int,而 null是引用类型,发生了装箱操作 ... 阅读全文
posted @ 2019-02-18 12:20 时空观察者9号 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 代码如下,已解释 阅读全文
posted @ 2019-02-18 11:52 时空观察者9号 阅读(170) 评论(0) 推荐(0) 编辑