Skip to content

Commit c8a0b44

Browse files
committed
Make raw_memory_freelist 64bits only
1 parent 86a94ca commit c8a0b44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ mod freelist;
7373
mod int_array_freelist;
7474
/// Implementation of GenericFreeList backed by raw memory, allocated
7575
/// on demand direct from the OS (via mmap).
76+
#[cfg(target_pointer_width = "64")]
7677
mod raw_memory_freelist;
7778

7879
pub use self::address::Address;

0 commit comments

Comments
 (0)