Skip to content

Commit

Permalink
Merge pull request #30 from EQt/main
Browse files Browse the repository at this point in the history
Update link to original implementation
  • Loading branch information
alexcrichton authored Jan 27, 2024
2 parents f352ad5 + cbbea45 commit 0551725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A port of [dlmalloc] to Rust.

[Documentation](https://docs.rs/dlmalloc)

[dlmalloc]: http://gee.cs.oswego.edu/dl/html/malloc.html
[dlmalloc]: https://gee.cs.oswego.edu/dl/html/malloc.html

## Why dlmalloc?

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! A Rust port of the `dlmalloc` allocator.
//!
//! The `dlmalloc` allocator is described at
//! http://g.oswego.edu/dl/html/malloc.html and this Rust crate is a straight
//! <https://gee.cs.oswego.edu/dl/html/malloc.html> and this Rust crate is a straight
//! port of the C code for the allocator into Rust. The implementation is
//! wrapped up in a `Dlmalloc` type and has support for Linux, OSX, and Wasm
//! currently.
Expand Down

0 comments on commit 0551725

Please sign in to comment.