Module kernel::grant 
                   
                       [−]
                   
               [src]
Data structure to store a list of userspace applications.
Reexports
use callback::AppId; | 
use core::marker::PhantomData; | 
use core::mem::size_of; | 
use core::ops::Deref; | 
use core::ops::DerefMut; | 
use core::ptr::read_volatile; | 
use core::ptr::write_volatile; | 
use core::ptr::Unique; | 
use debug; | 
use process; | 
use process::Error; | 
Structs
| Allocator | |
| AppliedGrant | |
| Borrowed | |
| Grant | |
| Iter | |
| Owned | 
Statics
| CONTAINER_COUNTER | 
Functions
| kernel_grant_for⚠ |