pub struct SmallGlobalTlsfOptions;
Available on WebAssembly and non-target feature atomics, or Unix only.
Expand description

GlobalTlsfOptions with all options set to optimize for code size.

Trait Implementations

Formats the value using the given formatter. Read more

Enables the specialized reallocation routine. This option might improve the memory usage and runtime performance but increases the code size considerably. Read more

Instructs the allocator to coalesce consecutive system memory allocations into one large memory pool whenever possible. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.