Skip to content

Commit

Permalink
[docs] Link rpmalloc README
Browse files Browse the repository at this point in the history
  • Loading branch information
repi committed Oct 31, 2019
1 parent 135cb46 commit 26e96a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

WIP implementation of [rpmalloc](https://github.com/rampantpixels/rpmalloc) as a Rust global memory allocator.

See the [rpmalloc README](https://github.com/mjansson/rpmalloc/README.md) for a detailed description of how the allocator works, peforms, and compares with other allocators.

## How to use

To use rpmalloc as the global allocator in your Rust binary crate, in `Cargo.toml` add:
Expand Down

0 comments on commit 26e96a0

Please sign in to comment.