You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cranelift/codegen/src/ir/entities.rs
-63Lines changed: 0 additions & 63 deletions
Original file line number
Diff line number
Diff line change
@@ -368,60 +368,6 @@ impl SigRef {
368
368
}
369
369
}
370
370
371
-
/// An opaque reference to a [heap](https://en.wikipedia.org/wiki/Memory_management#DYNAMIC).
372
-
///
373
-
/// Heaps are used to access dynamically allocated memory through
374
-
/// [`heap_addr`](super::InstBuilder::heap_addr).
375
-
///
376
-
/// To create a heap, use [`FunctionBuilder::create_heap`](https://docs.rs/cranelift-frontend/*/cranelift_frontend/struct.FunctionBuilder.html#method.create_heap).
0 commit comments