mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
sort all uses
This commit is contained in:
parent
d3c7e31722
commit
ec07178b6f
269 changed files with 903 additions and 931 deletions
|
@ -49,15 +49,15 @@
|
|||
|
||||
pub use self::Stolen::{Empty, Abort, Data};
|
||||
|
||||
use std::sync::Arc;
|
||||
use std::rt::heap::{allocate, deallocate};
|
||||
use std::marker;
|
||||
use std::mem::{forget, align_of, size_of, transmute};
|
||||
use std::ptr;
|
||||
use std::rt::heap::{allocate, deallocate};
|
||||
use std::sync::Arc;
|
||||
|
||||
use std::sync::Mutex;
|
||||
use std::sync::atomic::{AtomicIsize, AtomicPtr};
|
||||
use std::sync::atomic::Ordering::{Relaxed, SeqCst};
|
||||
use std::sync::atomic::{AtomicIsize, AtomicPtr};
|
||||
|
||||
// Once the queue is less than 1/K full, then it will be downsized. Note that
|
||||
// the deque requires that this number be less than 2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue