Docs.rs
silly-alloc-0.1.0
silly-alloc 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
surma
Dependencies
bytemuck ^1.13.1
normal
silly-alloc-macros ^0.1.0
normal
anyhow ^1.0.69
dev
serde ^1.0.158
dev
tinytemplate ^1.2.1
dev
xorshift ^0.1.3
dev
Versions
18.84%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module head
silly_
alloc
0.1.0
Module head
Module Items
Structs
Traits
In silly_
alloc::
bump
silly_alloc
::
bump
Module
head
Copy item path
Source
Expand description
Heads track where the first free byte in an arena is.
Structs
§
Single
Threaded
Head
Thread
Safe
Head
Traits
§
Head
The head is the pointer that gets bumped in a bump allocator. It tracks of how many bytes have been marked as in-use.