pub fn clear_cache() -> Result<()>Expand description
Clear cached allocator buffers.
This affects all threads and evaluations. It is unrelated to
transforms::compile::clear_cache, which clears
compiled functions.
pub fn clear_cache() -> Result<()>Clear cached allocator buffers.
This affects all threads and evaluations. It is unrelated to
transforms::compile::clear_cache, which clears
compiled functions.