• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Garbage collectionEdit

Created 2006-10-29, updated 2017-05-18

Garbage Collection, often abbreviated to "GC", is a form of automated memory management in which the programmer doesn't need to explicitly release or free allocated memory.

Many interpreted languages like Ruby and Perl, as well as compiled languages like Java, feature Garbage Collection. In Objective-C 2.0, new in Leopard, Apple added optional Garbage Collection to the Objective-C language.

  • development
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).