[PATCH 5/9] malloc: remove fastbin code from do_check_malloc_state

DJ Delorie dj@redhat.com
Wed Nov 12 03:38:23 GMT 2025


Dev Jain <dev.jain@arm.com> writes:
> -  int max_fast_bin;

Ok.

>      assert ((char *) mp_.sbrk_base + av->system_mem ==
>              (char *) av->top + chunksize (av->top));
>  
> -  /* properties of fastbins */
> -
> -  max_fast_bin = fastbin_index (get_max_fast ());
> -
> -  for (i = 0; i < NFASTBINS; ++i)
> -    {
> - . . .
> -    }
> -

Ok.

LGTM
Reviewed-by: DJ Delorie <dj@redhat.com>



More information about the Libc-alpha mailing list