• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Garbage collectionEdit

Redirected from GC

Created 10/29/2006, updated 3/12/2020

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 using React, Relay and GraphQL (with help from Git, Redis and Neovim).