[PATCH 09/20] malloc: Use uintptr_t in alloc_buffer
Florian Weimer
fweimer@redhat.com
Thu Oct 27 16:15:07 GMT 2022
* Szabolcs Nagy via Libc-alpha:
> The values represnt pointers and not sizes. The members of struct
> alloc_buffer are already uintptr_t.
> ---
> include/alloc_buffer.h | 10 +++++-----
> malloc/alloc_buffer_alloc_array.c | 6 +++---
> 2 files changed, 8 insertions(+), 8 deletions(-)
Looks okay.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Thanks,
Florian
More information about the Libc-alpha
mailing list