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 b931e37 commit bdf71c3Copy full SHA for bdf71c3
src/lib.rs
@@ -62,6 +62,7 @@ pub unsafe fn free<T>(pointer: *mut T) {
62
/// The pointer must be a valid reference and never call it twice or behavior is undefined.
63
///
64
/// That could produce a HEAP error that produce a crash.
65
+#[doc(alias = "free")]
66
#[cfg(any(feature = "alloc", feature = "std"))]
67
#[inline]
68
pub unsafe fn own_back<T>(pointer: *mut T) -> T {
0 commit comments