1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/snapshot
Zdenek Kabelac 32febed8d5 segtype: replace mempool allocation
So this is a bit more complex and possibly worth futher checking.

ATM  clvmd drops  cmd->mem  mempool AFTER refresh of cmd.
So anything allocating from cmd->mem during toolcontext init
will likely die at some point in time.

As a quick fix - just use regular malloc/free for 'dso' alloction.

It's worth to note -  cmd->libmem seems to be often misused
causing hidden memleaking for clvmd.
2018-02-13 19:11:28 +01:00
..
.exported_symbols Begin to separate out segment types. 2004-05-04 21:25:57 +00:00
Makefile.in doc: change fsf address 2016-01-21 12:11:37 +01:00
snapshot.c segtype: replace mempool allocation 2018-02-13 19:11:28 +01:00