[src]

Function boehm::init

pub fn init()

Initialise the GC. This should be called before using any other functions and on the main thread for maximum portability (some platforms don't require this to be called at all).

FIXME: initialise automagically somehow FIXME: this should be doing the full equivalent of the GC_INIT() macro.