Module arena

Source
๐Ÿ”ฌThis is a nightly-only experimental API. (proc_macro_internals #27812)
Expand description

A minimal arena allocator inspired by rustc_arena::DroplessArena.

This is unfortunately a minimal re-implementation rather than a dependency as it is difficult to depend on crates from within proc_macro, due to it being built at the same time as std.

Structsยง

Arena ๐Ÿ”’ Experimental
A minimal arena allocator inspired by rustc_arena::DroplessArena.

Constantsยง

HUGE_PAGE ๐Ÿ”’ Experimental
PAGE ๐Ÿ”’ Experimental