We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
step_size
1 parent c5aadc6 commit be56e22Copy full SHA for be56e22
src/state.rs
@@ -90,7 +90,7 @@ pub struct GcIncParams {
90
/// GC work performed per unit of memory allocated.
91
pub step_multiplier: Option<c_int>,
92
93
- /// Granularity of each GC step in kilobytes.
+ /// Granularity of each GC step (see Lua reference for details).
94
#[cfg(any(feature = "lua55", feature = "lua54", feature = "luau"))]
95
#[cfg_attr(docsrs, doc(cfg(any(feature = "lua55", feature = "lua54", feature = "luau"))))]
96
pub step_size: Option<c_int>,
0 commit comments