Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Feb 22, 2024
1 parent 4afc0c1 commit 72b2467
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions crates/allocator/src/bump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

//! A simple bump allocator.
//!
//! Its goal to have a much smaller footprint than the admittedly more full-featured
//! `wee_alloc` allocator which is currently being used by ink! smart contracts.
//!
//! The heap which is used by this allocator is built from pages of Wasm memory (each page
//! is `64KiB`). We will request new pages of memory as needed until we run out of memory,
//! at which point we will crash with an `OOM` error instead of freeing any memory.
Expand Down

0 comments on commit 72b2467

Please # to comment.