Module std::rt::heap [] [src]

Unstable

Constants

EMPTY [Unstable]

An arbitrary non-null address to represent zero-size allocations.

Functions

allocate [Unstable]

Return a pointer to size bytes of memory aligned to align.

deallocate [Unstable]

Deallocates the memory referenced by ptr.

reallocate [Unstable]

Resize the allocation referenced by ptr to size bytes.

reallocate_inplace [Unstable]

Resize the allocation referenced by ptr to size bytes.

stats_print [Unstable]

Prints implementation-defined allocator statistics.

usable_size [Unstable]

Returns the usable size of an allocation created with the specified the size and align.