Module std::rt::heapUnstable [-] [+] [src]

Constants

EMPTY

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

Functions

allocate

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

deallocate

Deallocates the memory referenced by ptr.

reallocate

Resize the allocation referenced by ptr to size bytes.

reallocate_inplace

Resize the allocation referenced by ptr to size bytes.

stats_print

Prints implementation-defined allocator statistics.

usable_size

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