MCPcopy 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
26pub struct FixedSizeBlockAlloc
27{
28 listheads: [Option<&'static mut ListNode>; BLKSIZES.len()],
29 fballoc: linked_list_allocator::Heap,
30}
31
32impl FixedSizeBlockAlloc
33{

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected