Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abgros/stalloc
/ types & classes
Types & classes
11 in github.com/abgros/stalloc
⨍
Functions
113
◇
Types & classes
11
Class
Align
src/align.rs:26
Interface
Alignment
src/align.rs:31
Class
AllocChain
A chain of allocators. If the first allocator is exhuasted, the second one is used as a fallback. # Examples ``` // If the `SyncStalloc` is full, fal
src/chain.rs:31
Class
AllocError
src/alloc.rs:8
Class
Block
src/lib.rs:78
Interface
ChainableAlloc
A trait representing an allocator that another allocator can be chained to. # Safety `claims` must return true if and only if the allocation belongs
src/chain.rs:9
Class
Header
src/lib.rs:71
Class
Stalloc
src/lib.rs:127
Class
StallocGuard
A lock around `SyncStalloc`. Constructing this type is proof that the user holds an exclusive lock on the inner `UnsafeStalloc`. When this falls out o
src/syncstalloc.rs:24
Class
SyncStalloc
src/syncstalloc.rs:16
Class
UnsafeStalloc
src/unsafestalloc.rs:15