finalizable
美
英 
- 網(wǎng)絡(luò)可終結(jié);為可結(jié)束的;庫分配一個可終止
例句
For finalizable objects there's an extra step of entering them into a list that GC needs to watch.
對于可終結(jié)對象(finalizableobject),還有一步額外的操作,它們還會被加入一個GC需要監(jiān)視的隊(duì)列。
So you want to isolate your finalizable objects from other objects as much as you can.
所以你需要把可終結(jié)對象和其他對象分得越開越好。
In some circumstances, finalizable objects could be reclaimed by garbage collection while executing a method within a platform invoke call.
在某些情況下,在平臺調(diào)用中執(zhí)行方法時,垃圾回收操作可能對可終結(jié)對象進(jìn)行回收。
And finalization adds overhead to instantiation and garbage collection of finalizable objects.
并且終結(jié)還為可終結(jié)對象的實(shí)例化和垃圾收集帶來了開銷。
It is created when the first finalizable object is garbage collected.
在對第一個可終結(jié)對象進(jìn)行垃圾回收時創(chuàng)建該線程。