https://github.com/jonathanwoollett-light/array-allocators
https://github.com/jonathanwoollett-light/array-allocators
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonathanwoollett-light/array-allocators
- Owner: JonathanWoollett-Light
- Created: 2023-01-14T22:10:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-14T21:26:01.000Z (over 2 years ago)
- Last Synced: 2025-01-30T19:19:18.285Z (4 months ago)
- Language: Rust
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# array-allocators
Memory allocators that manage memory within an array.
These are intended for usage in shared memory.
All types are [`#[repr(C)]`](https://doc.rust-lang.org/nomicon/other-reprs.html#reprc) by default, this can be disabled with `default-features = false`.