PreviousUpNext

14.4.28  Heapcleaner_Control

The standard library Heapcleaner_Control api defines access to simple garbage collector control.

The Heapcleaner_Control api is implemented by the heapcleaner_control package.

The Heapcleaner_Control api source code is in src/lib/std/src/nj/heapcleaner-control.api. The above information is manually maintained and may contain errors.

api {
    clean_heap : Int -> Void;
    messages : Bool -> Void;};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext