FreeingBumpAllocator: Initialize the heads to `u32::max_value()`
`self.heads` can point to an element with the index `0` in the heap. This would make the allocator fail to reuse this element.
parent
efd27a53
Please register or sign in to comment