Go Language Memory Management and Garbage Collection

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

TODO

To deplete, merge and delete this: Go Concepts - Memory Model

Overview

Stack

Heap

Variable Deallocation

Aslo see:

Variables

Garbage Collection

Garbage collector is a subsystem of the interpreter that handles de-allocation of memory that is not needed by the program anymore.