chore: Gate exports using allocator-limits feature (#564)

This is needed to publish regorus-mimalloc

Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
This commit is contained in:
Anand Krishnamoorthi
2026-01-30 23:56:29 +05:30
committed by GitHub
parent 3f7a5496dc
commit 0e9e34a519
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@
#[cfg(not(any(target_family = "wasm")))]
pub mod mimalloc;
#[cfg(feature = "allocator-memory-limits")]
#[cfg(not(any(target_family = "wasm")))]
pub use mimalloc::{
allocation_stats_snapshot, current_thread_allocation_stats, global_allocation_stats_snapshot,