Migrate from collections

This commit is contained in:
Tibor Nagy
2017-10-28 02:42:08 +02:00
parent 8ec5d4726b
commit e6b9f850d1
44 changed files with 59 additions and 62 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//! Recycle allocator
//! Uses freed frames if possible, then uses inner allocator
use collections::Vec;
use alloc::Vec;
use paging::PhysicalAddress;