Function js::jsapi::ShrinkGCBuffers [] [src]

pub unsafe extern "C" fn ShrinkGCBuffers(rt: *mut JSRuntime)

The GC does not immediately return the unused memory freed by a collection back to the system incase it is needed soon afterwards. This call forces the GC to return this memory immediately.