Module alloc::oom [] [src]

Unstable (alloc #27783)

: this library is unlikely to be stabilized in its current form or name

Reexports

use core::prelude::v1::*;
use core::sync::atomic::{AtomicPtr, Ordering};
use core::mem;
use core::intrinsics;

Statics

OOM_HANDLER [Unstable]

Functions

default_oom_handler [Unstable]
oom [Unstable]

Common out-of-memory routine

set_oom_handler [Unstable]

Set a custom handler for out-of-memory conditions