pub fn mallopt(param: i32, value: i32) -> Result<(), ()>
Expand description
mallopt() option to set the minimum time between attempts to release unused pages to
the operating system in milliseconds. The value is clamped on allocator config
MinReleaseToOsIntervalMs
and MinReleaseToOsIntervalMs
.