Constant stable_heap::EMPTY [] [src]

pub const EMPTY: *mut () = 1 as *mut ()

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.