]> git.ipfire.org Git - thirdparty/glibc.git/commit - malloc/malloc.c
malloc: Use accessors for chunk metadata access
authorFlorian Weimer <fweimer@redhat.com>
Fri, 28 Oct 2016 14:26:57 +0000 (16:26 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 28 Oct 2016 14:45:45 +0000 (16:45 +0200)
commite9c4fe93b3855239752819303ca377dff0ed0553
treea6699b660d68aca544292661543b27b95dda4daf
parent4725d33eed118d69b8110285f7741cde9ddc8b4f
malloc: Use accessors for chunk metadata access

This change allows us to change the encoding of these struct members
in a centralized fashion.
ChangeLog
malloc/arena.c
malloc/hooks.c
malloc/malloc.c