Module std::alloc[][src]

🔬 This is a nightly-only experimental API. (allocator_api #32838)

dox

Re-exports

pub use core::alloc::*;

Structs

Global [
Experimental
]
Layout [
Experimental
]

Layout of a block of memory.

System [
Experimental
]

Functions

oom [
Experimental
]
set_oom_hook [
Experimental
]

Registers a custom OOM hook, replacing any that was previously registered.

take_oom_hook [
Experimental
]

Unregisters the current OOM hook, returning it.

Type Definitions

Heap [
Deprecated
] [
Experimental
]