Implement a new bitmap allocator using an allocation strategy that accepts and offset and subdivides the range based on this offset, prioritizing the upper range for dynamic allocation.
Implement a new bitmap allocator using an allocation strategy that accepts and offset and subdivides the range based on this offset, prioritizing the upper range for dynamic allocation.