Skip to content

Commit

Permalink
feat: add allocator_api2 to global allocators
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Aug 7, 2023
1 parent f6a528f commit 0e2a8a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/blog/2023-06-27-global-allocators.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ And that's it! Thank you for reading this article, I hope you found it interesti
- The [`Global`](https://doc.rust-lang.org/stable/std/alloc/struct.Global.html) struct, which redirects all allocation calls to the registered global allocator
- [Pre-RFC: Storage API](https://internals.rust-lang.org/t/pre-rfc-storage-api/18822?u=bd103)
- [The `wg-allocators` Roadmap](https://github.com/rust-lang/wg-allocators/issues/48)
- [`allocator_api2`](https://github.com/zakarumych/allocator-api2), for using the allocator API in stable Rust

If you have any questions, feel free to comment on [my post](https://users.rust-lang.org/t/intercepting-allocations-with-the-global-allocator/96277?u=bd103) in the Rust Users' Forum or [create a new issue](https://github.com/BD103/BD103/issues) in my Github repository. The source code for all examples is available [here](https://github.com/BD103/Blog-Examples/tree/main/global-allocator).

Expand Down

0 comments on commit 0e2a8a5

Please sign in to comment.