1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-22 06:50:52 +03:00
Joe Thornber bf0db4876c o pool-debug.c contains an alternative implementation of pool that gets
a seperate chunk of memory from dbg_malloc for each pool_alloc.  This
   will allow the bounds checking code in dbg_malloc to do it's stuff.

o  The normal implementation moved to pool-fast.c

o  pool.c now just contains a #ifdef and includes the appropriate .c file.

Alasdair, could you make sure that gcc -MM get's passed all the
CFLAGS please, otherwise the dependencies get calculated incorrectly.
2001-11-28 09:13:00 +00:00
..
2001-11-27 17:39:15 +00:00
2001-10-31 12:47:01 +00:00
2001-11-15 14:14:03 +00:00
2001-11-19 15:20:50 +00:00
2001-11-27 23:12:06 +00:00
2001-11-08 16:15:58 +00:00
2001-11-27 17:39:15 +00:00
2001-10-31 12:47:01 +00:00
2001-10-31 12:47:01 +00:00
2001-08-15 16:20:46 +00:00

Base library directory