pub const EMPTY: *mut () = _; // {0x1 as *mut ()}
Expand description
An arbitrary non-null address to represent zero-size allocations.
This preserves the non-null invariant for types like Box<T>
. The address
may overlap with non-zero-size memory allocations.