https://github.com/darshanparajuli/mem_arena
Simple fixed-size allocator for Rust
https://github.com/darshanparajuli/mem_arena
allocator crate rust rust-library
Last synced: 11 months ago
JSON representation
Simple fixed-size allocator for Rust
- Host: GitHub
- URL: https://github.com/darshanparajuli/mem_arena
- Owner: darshanparajuli
- License: mit
- Created: 2018-12-31T06:20:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T07:46:55.000Z (about 7 years ago)
- Last Synced: 2025-01-13T23:32:11.189Z (about 1 year ago)
- Topics: allocator, crate, rust, rust-library
- Language: Rust
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mem_arena
Simple fixed-size allocator for Rust