[][src]Struct scaly::memory::heap::Heap

pub struct Heap { /* fields omitted */ }

Methods

impl Heap[src]

pub fn create() -> Heap[src]

pub fn allocate_page(&mut self) -> *mut Page[src]

pub fn get_allocation_position(&self, pool: *mut Pool) -> usize[src]

pub fn get_allocation_bit(&self, pool: *mut Pool) -> usize[src]

pub fn mark_as_full(&mut self, pool: *mut Pool)[src]

pub fn mark_as_free(&mut self, pool: *mut Pool)[src]

pub fn deallocate(&mut self, pool: *mut Pool)[src]

pub fn empty(&self)[src]

Auto Trait Implementations

impl Unpin for Heap

impl !Send for Heap

impl !Sync for Heap

impl RefUnwindSafe for Heap

impl UnwindSafe for Heap

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]