[][src]Crate effective_limits

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

memory_limit

How much memory is effectively available for this process to use, considering the physical machine and ulimits, but not the impact of noisy neighbours, swappiness and so on. The goal is to have a good chance of avoiding failed allocations without requiring either developer or user a-priori selection of memory limits.

Type Definitions

Result

Convenient wrapper around std::Result.