Skip to content
Commit 8b6a7c79 authored by Bastian Köcher's avatar Bastian Köcher
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment