Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibertyOS-Development/kernel
/ FixedSizeBlockAlloc
Class
FixedSizeBlockAlloc
src/allocator/fixedsize.rs:26–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
pub struct FixedSizeBlockAlloc
27
{
28
listheads: [Option<&'static mut ListNode>; BLKSIZES.len()],
29
fballoc: linked_list_allocator::Heap,
30
}
31
32
impl FixedSizeBlockAlloc
33
{
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected