We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10492c6 commit 5805a29Copy full SHA for 5805a29
src/lib.rs
@@ -1678,6 +1678,10 @@ impl Bump {
1678
/// on it only counting the sum of the sizes of the things
1679
/// you've allocated in the arena.
1680
///
1681
+ /// The allocated bytes do not include the size of bumpalo's metadata,
1682
+ /// so the amount of memory requested from the Rust allocator is higher
1683
+ /// than the returned value.
1684
+ ///
1685
/// ## Example
1686
1687
/// ```
0 commit comments