summaryrefslogtreecommitdiff
path: root/malloc/tst-malloc_info.c
AgeCommit message (Collapse)Author
2017-11-15malloc: Add missing arena lock in malloc_info [BZ #22408]Florian Weimer
Obtain the size information while the arena lock is acquired, and only print it later.