DictionaryForumContacts

Terms containing compacting garbage collector | all forms | in specified order only
SubjectEnglishRussian
progr.compacting garbage collectorперемещающий сборщик мусора (a type of garbage collector that moves objects in memory to eliminate fragmentation and make more efficient use of memory space. It relocates live objects so that they are contiguous in memory, leaving all the free space together in one block Alex_Odeychuk)
progr.non-compacting garbage collectorнеперемещающий сборщик мусора (a type of garbage collector that does not move objects in memory once they are allocated. It simply marks objects that are no longer in use and recycles their memory space for future allocations Alex_Odeychuk)

Get short URL