This issue tracks the refactoring of heap allocation code to change the types of variables that store addresses from `usize` to `*const u8`.
This issue tracks the refactoring of heap allocation code to change the types of variables that store addresses from
usizeto*const u8.