Function ul_next_sys::ulConfigSetRecycleDelay

source ยท
pub unsafe extern "C" fn ulConfigSetRecycleDelay(
    config: ULConfig,
    delay: f64,
)
Expand description

The delay (in seconds) between every call to the recycler.

The library attempts to reclaim excess memory during calls to the internal recycler. You can change how often this is run by modifying this value.

(Default = 4.0)