Module std::rt::global_heap

The global (exchange) heap. The global (exchange) heap.

Functions

closure_exchange_malloc
closure_exchange_malloc_
exchange_free
exchange_free_
exchange_malloc

The allocator for unique pointers without contained managed pointers.

malloc_raw

A wrapper around libc::malloc, aborting on out-of-memory

realloc_raw

A wrapper around libc::realloc, aborting on out-of-memory