Re: [PATCH v4 21/28] rust: alloc: remove `GlobalAlloc` and `krealloc_aligned`
From: Miguel Ojeda
Date: Tue Aug 06 2024 - 17:14:26 EST
On Tue, Aug 6, 2024 at 9:07 PM Björn Roy Baron <bjorn3_gh@xxxxxxxxxxxxxx> wrote:
>
> This can be removed too. liballoc needed it for us to acknowledge that we
> were linking liballoc in a way that isn't guaranteed to be stable, but now
> that we are removing liballoc entirely, this static is no longer necessary.
Thanks Björn, noted in issue #2 (and linked to the new tracking issue).
Cheers,
Miguel