1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 11:55:55 +03:00
lvm2/liblvm
Petr Rockai eee66d2a80 When glibc needs buffers for line buffering of input and output buffers, it
allocates these buffers in such way it adds memory page for each such buffer
and size of unlock memory check will mismatch by 1 or 2 pages.

This happens when we print or read lines without '\n' so these buffers are
used. To avoid this extra allocation, use setvbuf to set these bufffers ahead.

Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
Reviewed-by: Milan Broz <mbroz@redhat.com>
Reviewed-by: Petr Rockai <prockai@redhat.com>
2011-05-07 13:50:11 +00:00
..
.exported_symbols Generate liblvm2app and libdevmapper exported symbols from header files. 2010-06-25 18:17:38 +00:00
Doxyfile Add Doxygen file for lvm2app to generate documentation from lvm2app.h. 2010-02-24 18:16:54 +00:00
liblvm2app.pc.in Switch to use Requires.private for devmapper.pc and lvm2app.pc 2010-05-11 08:54:11 +00:00
lvm2app.h Add getters for copy_percent and snap_percent to the lvm2app API. 2010-12-14 23:20:58 +00:00
lvm_base.c When glibc needs buffers for line buffering of input and output buffers, it 2011-05-07 13:50:11 +00:00
lvm_lv.c Do not check for open_count when not needed. 2011-02-03 01:24:46 +00:00
lvm_misc.c Add default error path for get_property 2011-01-10 13:07:58 +00:00
lvm_misc.h Add getters for copy_percent and snap_percent to the lvm2app API. 2010-12-14 23:20:58 +00:00
lvm_pv.c Add getters for copy_percent and snap_percent to the lvm2app API. 2010-12-14 23:20:58 +00:00
lvm_vg.c Finalize PV format instances properly in lvm_vg_write fn. 2011-04-01 13:44:51 +00:00
Makefile.in Clean generated files .exported_symbols_generated, example.conf for distclean. 2010-08-03 13:00:45 +00:00