malloc: Use uintptr_t in alloc_buffer
commit68619ddb3b7e8b64a6b849e4972e67163f7659c3
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 16 Mar 2022 12:09:15 +0000 (16 12:09 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Fri, 28 Oct 2022 10:16:09 +0000 (28 11:16 +0100)
tree30368b5713ab1dc9d48f6b04d7e4d9bfe94048f0
parent3fa20d59d9607e4494dfbc99bacee1935ec5ded9
malloc: Use uintptr_t in alloc_buffer

The values represnt pointers and not sizes. The members of struct
alloc_buffer are already uintptr_t.

Reviewed-by: Florian Weimer <fweimer@redhat.com>
include/alloc_buffer.h
malloc/alloc_buffer_alloc_array.c