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.
1 parent 86a94ca commit c8a0b44Copy full SHA for c8a0b44
src/util/mod.rs
@@ -73,6 +73,7 @@ mod freelist;
73
mod int_array_freelist;
74
/// Implementation of GenericFreeList backed by raw memory, allocated
75
/// on demand direct from the OS (via mmap).
76
+#[cfg(target_pointer_width = "64")]
77
mod raw_memory_freelist;
78
79
pub use self::address::Address;
0 commit comments