We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc64242 commit c7eba6bCopy full SHA for c7eba6b
1 file changed
libmimalloc-sys/src/extended.rs
@@ -314,6 +314,9 @@ extern "C" {
314
/// Merge thread local statistics with the main statistics and reset.
315
///
316
/// Note: This function is thread safe.
317
+ ///
318
+ /// Note: not available in v3 (declared in header but not implemented).
319
+ #[cfg(not(feature = "v3"))]
320
pub fn mi_stats_merge();
321
322
/// Return the mimalloc version number.
0 commit comments