We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e197b commit e3181e0Copy full SHA for e3181e0
library/core/src/ptr/mod.rs
@@ -98,6 +98,8 @@
98
//!
99
//! ## Allocation
100
101
+//! <a id="allocated-object"></a> <!-- keep old URLs working -->
102
+//!
103
//! An *allocation* is a subset of program memory which is addressable
104
//! from Rust, and within which pointer arithmetic is possible. Examples of
105
//! allocations include heap allocations, stack-allocated variables,
0 commit comments