Struct julia::api::Gc [] [src]

pub struct Gc;

Blank struct for controlling the Julia garbage collector.

Methods

impl Gc
[src]

[src]

Enable or disable the garbage collector.

[src]

Check to see if gc is enabled.

[src]

Collect immediately. Set full to true if a full garbage collection should be issued

[src]

Total bytes in use by the gc.

[src]

[src]