Enum defrag::Error [] [src]

pub enum Error {
    Fragmented,
    OutOfMemory,
    OutOfIndexes,
    InvalidSize,
}

memory error codes

Variants

The pool has enough memory but is too fragmented. defragment and try again.

The pool has run out of memory

The pool has run out of indexes

the amount of memory requested is too large

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Copy for Error
[src]

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more