type AllocatorType = Allocator<PAGE_CNT>;
struct AllocatorType { begin: PhysAddr, bitalloc: BitAlloc<100>, }
begin: PhysAddr
bitalloc: BitAlloc<100>