mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use the heap module through its facade in libstd.
This commit is contained in:
parent
ef97879c27
commit
d6aa0915c3
4 changed files with 2 additions and 6 deletions
|
@ -13,11 +13,11 @@
|
|||
use flow::Flow;
|
||||
use flow;
|
||||
|
||||
use alloc::heap;
|
||||
use std::mem;
|
||||
use std::ops::{Deref, DerefMut};
|
||||
use std::ptr;
|
||||
use std::raw;
|
||||
use std::rt::heap;
|
||||
use std::sync::atomic::{self, Ordering};
|
||||
|
||||
#[unsafe_no_drop_flag]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue