Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Memory Management

TBW!

Memory Management in Fuzion is automatic to the extreme. There is no statement or expression to allocate memory on the heap or stack. The compiler will analyze the application to make the best possible allocation choices whenever a feature is called.