Realloc via truncation may attempt to insert freed space in wrong index
Created by: NilSet
Assumes that the free'd space, which follows the realloc'd pointer, would end up in the same index the realloc'd pointer would have been inserted at.
https://github.com/redox-os/ralloc/blob/master/src/bookkeeper.rs#L356