AllocatorType

Type Alias AllocatorType 

Source
type AllocatorType = Allocator<PAGE_CNT>;

Aliased Type§

struct AllocatorType {
    begin: PhysAddr,
    bitalloc: BitAlloc<100>,
}

Fields§

§begin: PhysAddr§bitalloc: BitAlloc<100>