]> sourceware.org Git - glibc.git/commit
misc: Use allocate_once in getmntent
authorFlorian Weimer <fweimer@redhat.com>
Wed, 28 Aug 2019 10:01:48 +0000 (12:01 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 28 Aug 2019 10:01:48 +0000 (12:01 +0200)
commit35ffd20dbd76d3cb6b478c7a69bb40d8c827ed81
tree448240f1180109e25feed63b50fddb464a441fe0
parentffced383cd7e092a1c6e50ca50f692d2fe2a7dbe
misc: Use allocate_once in getmntent

Both the buffer and struct mntent are now allocated on the heap.
This results in a slight reduction of RSS usage.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
ChangeLog
misc/mntent.c
This page took 0.035201 seconds and 5 git commands to generate.